Skip to content

Commit

Permalink
fix(lsp): refresh on LspAttach
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 30, 2024
1 parent 2448521 commit 17afc44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/trouble/sources/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ M.config = {
-- so it's ok to refresh often
{ event = "TextChanged", main = true },
{ event = "CursorMoved", main = true },
{ event = "LspAttach", main = true },
},
source = "lsp.document_symbols",
groups = {
Expand Down

0 comments on commit 17afc44

Please sign in to comment.