dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6ebdb24cb0fbfbbdce35696de70d27bf87973ba2 (tree)
parent b5124774d6e0d9027f233454783a86da8bc6eae2
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Mon, 31 Dec 2018 11:25:41 +0200

[vim] update ctags path

Diffstat:
Mvim/.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/tags' +let g:gutentags_cache_dir = '/Users/motiejus/.vim/ctags' let b:gutentags_file_list_command = 'git ls-files' " html