Add $HOME/.vim to vim runtime

This commit is contained in:
Talia 2021-01-20 19:10:35 +01:00
parent f73ffc18cd
commit 5157e6ecff
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -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'