gutentags excludes

This commit is contained in:
ManjaroOne666 2018-03-15 14:07:53 +00:00
commit 949ce26af2

1
vimrc
View file

@ -568,6 +568,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']