You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use({
"dhananjaylatkar/vim-gutentags",
after = "cscope_maps.nvim",
config = function()
vim.g.gutentags_modules = {"cscope_maps"} -- This is required. Other config is optional
vim.g.gutentags_cscope_build_inverted_index_maps = 1
vim.g.gutentags_cache_dir = vim.fn.expand("~/code/.gutentags")
vim.g.gutentags_file_list_command = "fd -e c -e h"
-- vim.g.gutentags_trace = 1
end,
})
The setting doesn't work with gtags-cscope. ludovicchabant/vim-gutentags#346 The PR only added support for cscope.
I guess something like autoload/gutentags/gtags_cscope.vim is needed.
nvim version (please complete the following information):
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.9.5/share/nvim"
Run :checkhealth for more info
cscope_maps config (please complete the following information):
opts= {
cscope= {
exec="gtags-cscope",
},
}
The text was updated successfully, but these errors were encountered:
Describe the bug
The setting doesn't work with gtags-cscope.
ludovicchabant/vim-gutentags#346 The PR only added support for cscope.
I guess something like
autoload/gutentags/gtags_cscope.vim
is needed.nvim version (please complete the following information):
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.9.5/share/nvim"
Run :checkhealth for more info
cscope_maps config (please complete the following information):
The text was updated successfully, but these errors were encountered: