Added and updated scripts

This commit is contained in:
2024-10-03 19:48:11 +02:00
parent f4886e1c55
commit 17352dcc72
4 changed files with 138 additions and 13 deletions

View File

@@ -374,7 +374,7 @@ require('lazy').setup({
-- Lsp server name .
function()
local msg = ''
local clients = vim.lsp.get_active_clients({ bufnr = 0 })
local clients = vim.lsp.get_clients({ bufnr = 0 })
if next(clients) == nil then
return msg
end