Skip to content

Commit

Permalink
feat(lsp): add incoming/outgoing calls to lsp mode
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 31, 2024
1 parent 46a1938 commit 8adafc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/trouble/sources/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ M.config = {
"lsp_implementations",
"lsp_type_definitions",
"lsp_declarations",
"lsp_incoming_calls",
"lsp_outgoing_calls",
},
},
},
Expand Down

0 comments on commit 8adafc1

Please sign in to comment.