I'm attempting to use this config for both Vim and Neovim until I can settle on which one I prefer. However this config is really setup for Neovim so there are neovim-specific plugins in here that will need to be removed to work with standard Vim.
Both version of Vim are easy to install with brew install neovim vim
.
- Clone this repo to
~/.config/nvim
- Install plugins:
nvim +PlugInstall +qall
- Add
alias vim=nvim
to your shell config
- Follow instructions above to set it up for Neovim
- Symlink (or copy) these files:
ln -s ~/.config/nvim ~/.vim
ln -s ~/.config/nvim/init.vim ~/.vimrc
- Remove any Neovim-specific plugins in
.vimrc
- Install plugins:
vim +PlugInstall +qall