Description
For Nvim 0.11.2 and later, :LspRestart and :LspStop require the server name to be available in vim.lsp.config table (which means it must be configured in new 0.11 way). However the completion both commands provide also include servers that were started with vim.lsp.start() or vim.lsp.start_client(). And if I provide no server names to :LspRestart/:LspStop, both commands will also attempt to stop those invalid servers, which leads to error.
To reproduce, just install this plugin and copilot.vim. After that, try running :LspRestart (with no arguments)
Description
For Nvim 0.11.2 and later,
:LspRestartand:LspStoprequire the server name to be available invim.lsp.configtable (which means it must be configured in new 0.11 way). However the completion both commands provide also include servers that were started withvim.lsp.start()orvim.lsp.start_client(). And if I provide no server names to:LspRestart/:LspStop, both commands will also attempt to stop those invalid servers, which leads to error.To reproduce, just install this plugin and copilot.vim. After that, try running
:LspRestart(with no arguments)