/nvim

NeoVim configuration files

Primary LanguageVim script

neovim

Installation and Upgrades

Install:

git clone git://github.com/adibis/nvim.git ~/.config/nvim
nvim +PlugInstall +qall

Update:

nvim +PlugUpgrade +PlugUpdate +PlugClean +qall

NOTE: neovim sometimes freezes when updating like this. In that case please run neovim and then manually run the three commands listed above.

More stuff will be added as the neovim project matures.