nvim-navic
nvim-navic copied to clipboard
integration with coc.nvim
Is it possible to integrate this plugin with coc.nvim? I prefer this one over the builtin LSP.
Should be possible...
https://github.com/yuki-yano/coc-nav
Been wishing this for a while. I've been sticking to nvim-gps due to that until now, but it has become a problem due to newer nvim, that has deprecated APIs nvim-gps rely on, so it's generating lots of errors messages.
Besides that, I viewed nvim-gps as an alternative, not to be replaced by LSP based projects. Relying on treesitter was a feature because often I don't have LSP for some language, but do have treesitter for it.