nvim
nvim copied to clipboard
Can't select LSP
Hi,
Sorry in advance if this is a bit of a newbie question.

I can't seem to use any method of switching windows that I know of to select an LSP here. How do you do it?
Thanks
Hello,
honestly, I've never come over this selection. When does this window appear or how do you open it?
Usually (with my config), the correct LSPs automatically start when opening a buffer. This is handled by nvim-lspconfig. So for instance when I open a go file gopls and null-ls are automatically started.
closed due to inactivity