add nvim configuration

* add neovim installation to brew install script
* clone vimrc to nvimrc
* replace syntastic plugin with neomake
This commit is contained in:
Nick Nisi
2015-08-13 22:37:58 -05:00
parent 4eb98ce825
commit 1449da7cd7
4 changed files with 2554 additions and 0 deletions

View File

@@ -28,4 +28,8 @@ brew install nvm
brew install z
brew install markdown
# install neovim
brew tap neovim/neovim
brew install --HEAD neovim
exit 0