1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update gutentags settings

This commit is contained in:
jdhao 2020-11-03 01:39:46 +08:00
parent 2b1b1d4e91
commit c2d319803d

View File

@ -478,7 +478,7 @@ endif
""""""""""""""""""""""""""" gutentags settings """"""""""""""""""""""""""""""
let g:gutentags_ctags_exclude = ['*.md', '*.html', '*.json', '*.toml', '*.css', '*.js',]
" The path to store tags files, instead of in the project root.
let g:gutentags_cache_dir = stdpath('cache')
let g:gutentags_cache_dir = stdpath('cache') . '/ctags'
""""""""""""""""""""""""""" vista settings """"""""""""""""""""""""""""""""""
" Double click to go to a tag