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
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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