A configuration for neovim, although it should work fine in vim. Heavily inspired by bling's dotvim.
- clone this repository into your
~/.nvimdirectory mv ~/.config/nvim/init.vim ~/.config/nvim/init.vim- create the following shim and save it as
~/.config/nvim/init.vim:
let g:dotvim_settings = {}
let g:dotvim_settings.version = 2
let g:dotvim_settings.root_dir = '~/.nvimrc'
source ~/.nvim/vimrc