Do recursive ctags by default

This commit is contained in:
Michael Campagnaro 2024-04-28 23:31:24 -04:00
parent 9216d7cee5
commit 5715367556
1 changed files with 3 additions and 1 deletions

4
.vimrc
View File

@ -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