Add more directories to ctags ignore list
This commit is contained in:
parent
461263a61e
commit
986bde34cb
2
vimrc
2
vimrc
|
@ -326,7 +326,7 @@ augroup campoCmds
|
||||||
" The ampersand at the end is to make this run in the background. I had to
|
" The ampersand at the end is to make this run in the background. I had to
|
||||||
" group the commands in parens to make the chained commands run in the
|
" group the commands in parens to make the chained commands run in the
|
||||||
" background.
|
" background.
|
||||||
let l:ctags_cmd = "!(ctags --c-types=+l --c++-types=+l --exclude=*.md --exclude=*.txt --exclude=*.config --exclude=*.css --exclude=*.html --exclude=*.htm --exclude=*.json " . g:campo_custom_ctags_args . " -R -o newtags; mv newtags tags) &"
|
let l:ctags_cmd = "!(ctags --c-types=+l --c++-types=+l --exclude=*.md --exclude=*.txt --exclude=*.config --exclude=*.css --exclude=*.html --exclude=*.htm --exclude=*.json --exclude=node_modules --exclude=.git --exclude=.cache " . g:campo_custom_ctags_args . " -R -o newtags; mv newtags tags) &"
|
||||||
exec l:ctags_cmd | redraw!
|
exec l:ctags_cmd | redraw!
|
||||||
endfun
|
endfun
|
||||||
" Generate ctags on save.
|
" Generate ctags on save.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user