mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: fix gutentags ctags exclude list
This commit is contained in:
parent
deb1563e50
commit
11ae80412d
|
@ -142,4 +142,4 @@ let g:gutentags_file_list_command = {
|
|||
\ '.hg': 'hg files',
|
||||
\ },
|
||||
\ }
|
||||
let g:gutentags_ctags_exclude = ['build', 'dist', 'css', 'json', 'yaml']
|
||||
let g:gutentags_ctags_exclude = ['build', 'dist', '*css', '*json', '*yaml', '*md']
|
||||
|
|
Loading…
Reference in New Issue
Block a user