Skip to content

Commit 5a91d16

Browse files
docs: auto generate
1 parent 3c08f83 commit 5a91d16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/cscope_maps.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
44
Table 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
}

0 commit comments

Comments
 (0)