onsails / lspkind.nvim

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

Show icons first then menu item second #51

Closed eskinderg closed 2 years ago

eskinderg commented 2 years ago

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 icons appear first and then the menu item second ?

Screenshot from 2022-08-06 13-59-18

Show Icons First then menu item second Screenshot from 2022-08-06 13-59-46

mario-amazing commented 2 years ago

You can check cmp Wiki: https://github.com/hrsh7th/nvim-cmp/wiki/Menu-Appearance#basic-customisations Hope it'll help

eskinderg commented 2 years ago

@mario-amazing Thanks that is exactly what i was looking for