mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
enc: add LSP Inactive info on lualine
This commit is contained in:
parent
73d0838347
commit
522c9db37c
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue