fix(nvim): do not return nil for lsp servers if none are found
This commit is contained in:
parent
c0517686fc
commit
4783377184
@ -63,7 +63,7 @@ local show_lsp_name = {
|
||||
end
|
||||
end
|
||||
end
|
||||
return msg
|
||||
return msg or "No Active Lsp"
|
||||
end
|
||||
end,
|
||||
icon = " LSP:",
|
||||
|
Loading…
Reference in New Issue
Block a user