ludovicchabant/vim-gutentags

nvim 0.9 remove cscope how to

fzhzhen1987 opened this issue · 1 comments

First of all, I would like to thank you for creating such a great plugin, which has been a tremendous help in reading code.

Unfortunately, the removal of cscope support in nvim 0.9 means that gtags_cscope can no longer be used.
I really love this plugin and want to continue using it in my nvim.
I saw that nvim has provided a solution cscope_maps.nvim
https://github.com/dhananjaylatkar/cscope_maps.nvim

but even after installing it, an error still occurs. I think some essential functionality is not implemented in cscope_maps.