From 5715367556ce7099b4af6a14f0910d95117e64aa Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 28 Apr 2024 23:31:24 -0400 Subject: [PATCH] Do recursive ctags by default --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 556519e..8d07aef 100644 --- a/.vimrc +++ b/.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