ranjithshegde / ccls.nvim

Neovim plugin for ccls language server. Leverages off-spec extensions to LSP client with AST browser
GNU General Public License v2.0
69 stars 2 forks source link

Request to support ccls/navigate #14

Open aravind2612krishna opened 6 months ago

aravind2612krishna commented 6 months ago

Thanks for the plugin. Wondering if it would be easy to support https://github.com/MaskRay/ccls/wiki/LSP-Extensions#cclsnavigate

ranjithshegde commented 6 months ago

Because I was able to achieve some of these with a combination of treesitter, ctags etc, I never worked on navigate extension. I will look into it in the coming weeks

aravind2612krishna commented 6 months ago

@ranjithshegde it is not terribly deal-breaking. Will see if I can contribute when I get time too.. Thanks!