You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up until neovim v0.11.1, :LspStop worked fine without arguments.
Since upgrading to neovim v0.11.2, on Arch Linux and Windows 10 Pro,
:LspStop
E5108: Error executing lua: vim/_editor.lua:0: nvim_exec2(), line 1: Vim:E471: Argument required: LspStop
stack traceback:
[C]: in function 'nvim_exec2'
vim/_editor.lua: in function 'cmd'
.../nvim/lazy/telescope.nvim/lua/telescope/actions/init.lua:381: in function 'run_replace_or_original'
...re/nvim/lazy/telescope.nvim/lua/telescope/actions/mt.lua:65: in function 'run_replace_or_original'
...re/nvim/lazy/telescope.nvim/lua/telescope/actions/mt.lua:65: in function 'key_func'
...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:253: in function <...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:252>
Press ENTER or type command to continue
and following that,
:LspStop
E471: Argument required
What to do? :LspStop, a previously simple command has now become a complex riddle - for example how to use get_clients function to get the "client_id" (see :h LspStop)? (And what even is the "config_name"?)
The text was updated successfully, but these errors were encountered:
Description
Up until
neovim v0.11.1
,:LspStop
worked fine without arguments.Since upgrading to
neovim v0.11.2
, onArch Linux
andWindows 10 Pro
,and following that,
What to do?
:LspStop
, a previously simple command has now become a complex riddle - for example how to useget_clients
function to get the "client_id" (see:h LspStop
)? (And what even is the "config_name"?)The text was updated successfully, but these errors were encountered: