SmiteshP / nvim-navbuddy

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

When using lsp auto_attach an error popsup everytime I start neovim #97

Open sasugo opened 2 months ago

sasugo commented 2 months ago

vim.lsp.get_clients() returning nil at the start of neovim everytime, is easily fixed by just attaching nvim-navbuddy manually to the lsp client, but still was a little bit annoying when error started to appear.