Add init file for neovim which loads the same underlying Vim config
This commit is contained in:
parent
69d5decfa7
commit
fcdfc79cd8
1 changed files with 2 additions and 0 deletions
2
config/nvim/init.vim
Normal file
2
config/nvim/init.vim
Normal 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
|
Loading…
Reference in a new issue