Added and updated scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user