Do recursive ctags by default
This commit is contained in:
parent
9216d7cee5
commit
5715367556
4
.vimrc
4
.vimrc
|
@ -175,7 +175,9 @@ let g:campo_ctags_exclude = ['*.txt', '*.config', '.cache', 'run_tree']
|
|||
" * You can see a list of languages with `ctags --list-languages`
|
||||
" * For C# you have to escape the ampersand like so: `--languages=C\\#`
|
||||
" * Exclude directories using g:campo_ctags_exclude
|
||||
let g:campo_custom_ctags_args = ""
|
||||
"
|
||||
" We'll do it recursively by default.
|
||||
let g:campo_custom_ctags_args = "-R"
|
||||
|
||||
|
||||
" Set extra paths to use when searching for ctags files. By default the current
|
||||
|
|
Loading…
Reference in New Issue
Block a user