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:
parent
2b1b1d4e91
commit
c2d319803d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user