SmiteshP / nvim-navbuddy

A simple popup display that provides breadcrumbs feature using LSP server
Apache License 2.0
770 stars 30 forks source link

Don't notify lsp without documentSymbols with Autoattach #9

Closed lkhphuc closed 1 year ago

lkhphuc commented 1 year ago

As title, would be nice if the lsp_autoattach feature doesn't throw an error for server that not support documentSymbols capability. At the moment I have 2 error notis for null-ls and copilot for every buffer I enter.

I think a notification when the command is invoked when no attached lsp capables of documentSymbols is enough.

Thanks for the great plugin.

SmiteshP commented 1 year ago

Added check for this, should be fixed in latest commit. Can you check if it fixes issue for you?

lkhphuc commented 1 year ago

Confirmed it fixed. Thanks a lot.