Add $HOME/.vim to vim runtime
This commit is contained in:
parent
f73ffc18cd
commit
5157e6ecff
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -2,5 +2,5 @@
|
||||||
"!!! makes use of marker '
|
"!!! makes use of marker '
|
||||||
|
|
||||||
" Set up the runtime path
|
" Set up the runtime path
|
||||||
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim
|
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim,$HOME/.vim
|
||||||
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|
||||||
|
|
Loading…
Reference in a new issue