X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=plugins-noroot.vim;h=6951a0725155e4333748d4e1839ea85f848a1b20;hp=f88134f6a96e81580aba0dd33a2b8a39f834cbe8;hb=f1c211d10365e5f9f6cd335617484f52abf860c9;hpb=4b6c4c4c446794b21c44a8ba4a891a925c02b7f4 diff --git a/plugins-noroot.vim b/plugins-noroot.vim index f88134f..6951a07 100644 --- a/plugins-noroot.vim +++ b/plugins-noroot.vim @@ -49,4 +49,9 @@ function PluginsNorootConfig() " Generally disable gutentags, but enable for some filetypes let g:gutentags_enabled = 0 au FileType c,cpp,objc,tex let g:gutentags_enabled = 1 + " Make manually created tags files also root markers + let g:gutentags_project_root = ['tags'] + let g:gutentags_cache_dir = expand('~/.cache/vim/ctags/') + " Do not automatically generate on browsing + let g:gutentags_generate_on_missing = 0 endfunction