We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
completion-nvim have g:completion_customize_lsp_label. It allows to use icons for labels. For example:
completion-nvim
g:completion_customize_lsp_label
let g:completion_customize_lsp_label = { \ 'Function': '', \ 'Reference': '', \ 'Keyword': '', \ 'Variable': '', \ 'Folder': '', \ 'Snippet': '', \ 'Operator': '', \ 'Module': '', \ 'Text': '', \ 'Class': '', \ 'Interface': '', \}
Is it possible to respect this setting?
The text was updated successfully, but these errors were encountered:
@Shatur95 done. The keys for these would be the original kind. Buffer and Buffers.
kind
Buffer
Buffers
Sorry, something went wrong.
Thanks!
No branches or pull requests
completion-nvim
haveg:completion_customize_lsp_label
. It allows to use icons for labels. For example:Is it possible to respect this setting?
The text was updated successfully, but these errors were encountered: