commit d485bbb20a86bfdb778e03632b0a196f2c4e0bb4 (tree) parent fc6ad95ba3326e35613485faebedb220c526855e Author: Motiejus Jakštys <motiejus@uber.com> Date: Sat, 19 Oct 2019 14:04:53 +0300 fix home dir Diffstat:
| M | vim/.vim/vimrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc @@ -16,7 +16,7 @@ set formatoptions+=j history=1000 tabpagemax=50 sessionoptions-=options let g:gutentags_enabled = 0 let g:gutentags_generate_on_new = 0 -let g:gutentags_cache_dir = '/Users/motiejus/.vim/ctags' +let g:gutentags_cache_dir = '~/.vim/ctags' let b:gutentags_file_list_command = 'git ls-files' " html