diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 8129391..59fc0e7 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -41,7 +41,7 @@ set statusline+=%2*\ %=\ %l/%L\ (%02p%%)\ "Rownumber/total (%) "----------------------------------------------------------------------------------------------------------------------- if has('nvim') let EditorDir=$HOME.'/.config/nvim/' - let CacheDir=$HOME.'/.vimcache/' + let CacheDir='./.vimcache/' " Create the dirs silent! execute '!mkdir -p '.CacheDir.'backup' " Set Backup dirs |