Requirements:
- latest NeoVim
- git
- lsp-s for language support
Using this configuration:
mv ~/.config/nvim ~/.config/nvim.bak
mkdir -p ~/.config/nvim
git clone https://github.com/num8er/nvim.git ~/.config/nvim
nvimExtra:
Add aliases to your shell configuration files if you want to use nvim instead of vim in
bash:
echo "alias vim='nvim'" >> ~/.bashrc
zsh:
echo "alias vim='nvim'" >> ~/.zshrc