andersevenrud / nordic.nvim

A nord-esque colorscheme for neovim
MIT License
174 stars 12 forks source link

Support for nvim-cmp's kind completion highlights #45

Closed gegoune closed 2 years ago

gegoune commented 2 years ago

FYI, in case you want to support it: cmp recently added support for changing colours for different completion kinds: https://github.com/hrsh7th/nvim-cmp/commit/593a6345de3b8186a3b5d5501b6e137ca17f1653. Apologies for not creating PR but my styling skills are non existant.

andersevenrud commented 2 years ago

This has already been added :)

https://github.com/andersevenrud/nordic.nvim/pull/44

gegoune commented 2 years ago

Ah, I see, sorry about the noise then. I did have latest version installed but did not see it during tests as not all kinds are styled.

andersevenrud commented 2 years ago

If you have suggestions for the rest of the kinds feel free to place them here and I'll have a look.

gegoune commented 2 years ago

Will see if I can come up with anything that doesn't look super ugly.