[2025-04-04] Update to neovim v0.11

https://gpanders.com/blog/whats-new-in-neovim-0-11/
This commit is contained in:
Andrew Conlin 2025-04-04 11:32:58 +01:00
parent 9eff9122fc
commit 7603f0de8e
5 changed files with 12 additions and 13 deletions

View file

@ -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