mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-16 16:51:30 +01:00
vim: fix gutentags ctags exclude list
This commit is contained in:
parent
52b9558c97
commit
96da162c54
|
@ -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