This commit is contained in:
ManjaroOne666 2018-04-04 22:28:27 +01:00
parent f8701d7486
commit b1e90af196
1 changed files with 1 additions and 1 deletions

View File

@ -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']
"}}}