how to install
- nvim
- Windows (PowerShell) -
git clone https://git.wnd.sh/dotfiles/nvim $env:LOCALAPPDATA
- Linux -
git clone https://git.wnd.sh/dotfiles/nvim ~/.config/nvim
- You may also need to install some requirements:
sudo apt install -y ruby ruby-dev python3-dev python3-pip python3-neovim
sudo npm install -g neovim
sudo gem install neovim
pip install neovim
pip3 install pynvim
- luarocks (with my
chmod
fix)
- You may also need to install some requirements:
- Windows (PowerShell) -