lspkind.nvim
lspkind.nvim copied to clipboard
vscode-like pictograms for neovim lsp completion items
I was using lspkind with nvim-cmp and it is working fine. One thing i would like to have as an option is that, is there a way to make the...
Would you be willing to add support for github copilot? I am not sure which copilot plugins people are using right now but I found this one: https://github.com/zbirenbaum/copilot-cmp#highlighting
Add link to nerdfonts.com. For me the plugin didn't work out of the box.
Sorry for this confusion, I fixup and doc the breaks made, now its compatible with old commits since settings are updated Add lspkind.symbols in public API Add lspkind.presets in public...
I'm getting the following error on startup since the last update: 
Was wondering if it would be possible to have a list of the codicons you have in the README's screenshot alongside with the font necessary for them.
I love this plugin and use it daily. Any chance we can get highlights for the symbols?
I only having this issue with CSS files 
Restore previous presets defined [here](https://github.com/onsails/lspkind-nvim/commit/9010f03daf285dfebc57f96e4afb1f5796f90ba5) but make them opt-in. Utilize @astier suggestions from #12
## Problem The following kinds are not defined: - Field - Reference - Event - Operator - TypeParameter The following kinds are defined but could have better icons: - Method...