summaryrefslogtreecommitdiff
path: root/.config/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/vim/vimrc')
-rw-r--r--.config/vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
index 7a45eb6..ad16c39 100644
--- a/.config/vim/vimrc
+++ b/.config/vim/vimrc
@@ -93,6 +93,6 @@ autocmd FileType man set nonumber nohlsearch nohlsearch
" its important that viminfo is set at the end
" some options seem to overwrite this (history..)
-set viminfo+=n$HOME/.cache/vim/viminfo
+set viminfo+=n~/.cache/vim/viminfo
set dir=~/.cache/vim/swp/
set runtimepath=~/.config/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after