Don't create ctags for js files

This commit is contained in:
2021-12-09 19:54:08 -05:00
parent 531713287c
commit 8ee227f087
2 changed files with 1 additions and 8 deletions

2
vimrc
View File

@@ -127,7 +127,7 @@ let g:campo_force_ctags_regardless_of_extension = 0
" If one of these file types are saved then the ctags creation function will be called.
" You can append to this list in another config like so:
" let g:campo_extensions_that_run_ctags = g:campo_extensions_that_run_ctags + ['foo', 'bar']
let g:campo_extensions_that_run_ctags = ['c','cpp','h','hpp','inc','cs','js','py','asm','ex','exs']
let g:campo_extensions_that_run_ctags = ['c','cpp','h','hpp','inc','cs','py','asm','ex','exs']
" Default files and directories that ctags should ignore when doing a
" recursive crawl.