We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix typos
Updated Menu Appearance (markdown)
Wanted to specify a specific way to configure custom icons, this miight be a redundant addition, but I figured this out on my own after looking at some documentation, and I felt it could be more clearly explained as an available option
`lspkind.cmp_format()` returns a function that must be executed not returned directly
Added customization option with vim.api.nvim_set_hl
Added lua version of Visual Studio code theme set up
Lol, I edited it again!
Lol, how is possible I can edit this?
Adding Lua version to Visual Studio Code Dark+ theme
fmt is not work now
updated the symbols in kind_icons as per https://github.com/ryanoasis/nerd-fonts/issues/1190
add minor style correction to combining custom kind and lsp kind
Types on the left example, fixed concatenating by nil on omnisharp
Correct indent in lsp_kiind and custom kind combination section
Use `highlight! link` to avoid repetition
make the menu setting valid and usable, remove + sign at the beginning
Change `with_text` to `mode` since it has been deprecated according to `lspkind_nvim` line no. 123
Add info for completion menu kind, showing how to configure the new wildmenu.
Combine lsp kind and user kind icons settings