fix(nvim): do not return nil for lsp servers if none are found

This commit is contained in:
Price Hiller 2023-06-16 19:35:36 -05:00
parent c0517686fc
commit 4783377184
No known key found for this signature in database

View File

@ -63,7 +63,7 @@ local show_lsp_name = {
end end
end end
end end
return msg return msg or "No Active Lsp"
end end
end, end,
icon = " LSP:", icon = " LSP:",