diff options
-rw-r--r-- | .config/vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc index a9488d5..7a45eb6 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -1,4 +1,3 @@ - colorscheme tango set background=light @@ -96,3 +95,4 @@ autocmd FileType man set nonumber nohlsearch nohlsearch " some options seem to overwrite this (history..) set viminfo+=n$HOME/.cache/vim/viminfo set dir=~/.cache/vim/swp/ +set runtimepath=~/.config/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after |