enc: add LSP Inactive info on lualine

This commit is contained in:
asep.komarudin 2024-06-27 22:43:15 +07:00
parent 73d0838347
commit 522c9db37c
2 changed files with 5 additions and 4 deletions

View file

@ -93,7 +93,8 @@ return {
if type(msg) == "boolean" or #msg == 0 then
return "LSP Inactive"
end
return msg
-- return msg
table.insert(buf_client_names, msg)
end
-- add client
for _, client in pairs(buf_clients) do