Patch Neovim's init.vim to support the new minpac-based plugin approach
This commit is contained in:
parent
f675e39fd5
commit
94c71b0d7d
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
set runtimepath+=$XDG_CONFIG_HOME/vim,$XDG_CACHE_HOME/vim,$XDG_CONFIG_HOME/vim/after,$XDG_CACHE_HOME/vim/after
|
||||
if exists('+packpath')
|
||||
set packpath^=$XDG_CONFIG_HOME/vim,$XDG_CACHE_HOME/vim
|
||||
endif
|
||||
source $XDG_CONFIG_HOME/vim/vimrc
|
||||
|
|
Loading…
Reference in a new issue