[2025-04-04] Update to neovim v0.11
https://gpanders.com/blog/whats-new-in-neovim-0-11/
This commit is contained in:
parent
9eff9122fc
commit
7603f0de8e
5 changed files with 12 additions and 13 deletions
|
@ -24,7 +24,7 @@ GetTime = function()
|
|||
end
|
||||
|
||||
GetLSP = function()
|
||||
local clients = vim.lsp.buf_get_clients()
|
||||
local clients = vim.lsp.get_clients()
|
||||
if next(clients) ~= nil then
|
||||
local name = string.format('%s',clients[1].name)
|
||||
local root = clients[1].root_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue