File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- *cscope_maps.txt* For Neovim >= v0.10.0 Last change: 2025 September 26
1+ *cscope_maps.txt* For Neovim >= v0.10.0 Last change: 2025 October 10
22
33==============================================================================
44Table of Contents *cscope_maps-table-of-contents*
@@ -186,7 +186,10 @@ CONFIG FOR VIM-GUTENTAGS ~
186186 vim.g.gutentags_modules = {"cscope_maps"} -- This is required. Other config is optional
187187 vim.g.gutentags_cscope_build_inverted_index_maps = 1
188188 vim.g.gutentags_cache_dir = vim.fn.expand("~/code/.gutentags")
189+
190+ -- ⚠️ WARNING: This limits tags to .c and .h files only, add more extensions (e.g., `-e py`) or remove to avoid skipping other files.
189191 vim.g.gutentags_file_list_command = "fd -e c -e h"
192+
190193 -- vim.g.gutentags_trace = 1
191194 end,
192195 }
You can’t perform that action at this time.
0 commit comments