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,
|
condition = conditions.lsp_attached,
|
||||||
|
update = { "LspAttach", "LspDetach" },
|
||||||
{
|
{
|
||||||
provider = function()
|
provider = function()
|
||||||
local names = {}
|
local names = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user