fix(nvim): make statusline respond to Lsp Events
This commit is contained in:
parent
8988caf18f
commit
7c0415b911
@ -458,6 +458,7 @@ return {
|
||||
},
|
||||
{
|
||||
condition = conditions.lsp_attached,
|
||||
update = { "LspAttach", "LspDetach" },
|
||||
{
|
||||
provider = function()
|
||||
local names = {}
|
||||
|
Loading…
Reference in New Issue
Block a user