Add init file for neovim which loads the same underlying Vim config

This commit is contained in:
Danielle McLean 2017-02-04 17:38:39 +11:00
parent 69d5decfa7
commit fcdfc79cd8
No known key found for this signature in database
GPG Key ID: CC91589719027E94
1 changed files with 2 additions and 0 deletions

2
config/nvim/init.vim Normal file
View File

@ -0,0 +1,2 @@
set runtimepath+=$XDG_CONFIG_HOME/vim,$XDG_CACHE_HOME/vim,$XDG_CONFIG_HOME/vim/after,$XDG_CACHE_HOME/vim/after
source $XDG_CONFIG_HOME/vim/vimrc