onsails / lspkind.nvim

vscode-like pictograms for neovim lsp completion items
MIT License
1.51k stars 39 forks source link

Feat: Add ability to customize symbols #4

Closed wbthomason closed 3 years ago

wbthomason commented 3 years ago

This PR adds the option to customize any subset of the kind symbols in a call to init. There are a few things to note:

onsails commented 3 years ago

Oh, that was the next thing I was going to implement. Nice, thanks!