typo
This commit is contained in:
parent
f8701d7486
commit
b1e90af196
|
@ -237,7 +237,7 @@ let g:tagbar_type_vue = {
|
|||
|
||||
" gutentags
|
||||
let g:gutentags_ctags_tagfile = '.tags'
|
||||
let g:gutentags_ctags_exclude = ['package.json', 'Session.vim' ,'package-lock.json', 'TODO.txt']
|
||||
let g:gutentags_ctags_exclude = ['package.json', 'Session.vim', 'package-lock.json', 'TODO.txt']
|
||||
|
||||
"}}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue