fix(nvim): make statusline respond to Lsp Events

This commit is contained in:
Price Hiller 2024-10-21 15:47:41 -05:00
parent 8988caf18f
commit 7c0415b911
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -458,6 +458,7 @@ return {
},
{
condition = conditions.lsp_attached,
update = { "LspAttach", "LspDetach" },
{
provider = function()
local names = {}