Don't create ctags for js files
This commit is contained in:
2
vimrc
2
vimrc
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user