You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customized item kind outside of the lsp protocol definition are widely used in nvim-cmp, for example, copilot.cmp, codeium.nvim, minuet-ai.nvim are all using customized kind names.
The text was updated successfully, but these errors were encountered:
Saghen
changed the title
Feature Request: allow custom CompletionItemKind outside of LSP definition
Allow custom CompletionItemKind outside of LSP definition
Dec 16, 2024
Feature Description
I want to ask if we can allow customized
CompletionItemKind
when create backend forblink
, aka something like this:Customized item kind outside of the lsp protocol definition are widely used in
nvim-cmp
, for example, copilot.cmp, codeium.nvim, minuet-ai.nvim are all using customized kind names.The text was updated successfully, but these errors were encountered: