Skip to content

Commit

Permalink
feat: mark command and data as resolvable
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Feb 11, 2025
1 parent f8fd448 commit ebb2e22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/blink/cmp/sources/lib/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ function sources.get_lsp_capabilities(override, include_nvim_defaults)
'documentation',
'detail',
'additionalTextEdits',
'command',
'data',
-- todo: support more properties? should test if it improves latency
},
},
Expand Down

0 comments on commit ebb2e22

Please sign in to comment.