aboutsummaryrefslogtreecommitdiff
path: root/plugin/vim-options.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/vim-options.vim')
-rw-r--r--plugin/vim-options.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim
index 040463e..4c722f4 100644
--- a/plugin/vim-options.vim
+++ b/plugin/vim-options.vim
@@ -45,8 +45,8 @@ if has('nvim')
" Create the dirs
silent! execute '!mkdir -p '.CacheDir.'backup'
" Set Backup dirs
- set backupdir=./.vimcache/backup/
- set directory=./.vimcache/swp/
+ set backupdir=.vimcache/backup/
+ set directory=.vimcache/swp/
let g:ctrlp_clear_cache_on_exit = 0
let g:ctrlp_cache_dir = CacheDir.'ctrlp'
let g:deoplete#sources#jedi#python_path = '/usr/bin/python3'