nvim-cmp colors
caarlos0 opened this issue · 6 comments
caarlos0 commented
What happened
Would be nice to have colors for nvim-cmp components: https://github.com/hrsh7th/nvim-cmp/blob/ba47440a97710d0f4f63eea2bc196fe17297e4ae/doc/cmp.txt#L318-L342
What I expected to happen
n/a
Screenshot
n/a
Machine Info
n/a
Additional Info
n/a
benknoble commented
Proposals accepted in the form of PRs :)
stnley commented
stnley commented
yuys13 commented
I'll see if there is a way to determine that nvim-cmp is already installed before loading, like g:fzf_colors
or g:ale_enabled
.
yuys13 commented
Hmmm, I don't have a good idea.
If you are lazy loading nvim-cmp, I suggest running runtime after/plugin/dracula.vim
after nvim-cmp has finished loading.
benknoble commented
This looks a bit stale, so I'll close it.