doom-one.nvim
doom-one.nvim copied to clipboard
feat: add support for nvim-cmp floating menu
not sure about the colors though, let me know how do you want them to be
Hi, thanks per doing this :)
I think that CmpItemKind
looks better in violet (like the default highlight for it), lemme know what do you think :)
And don't remember very well but I think Doom Emacs' doom-one highlights the matches in blue :thinking:, but I think the rest of stuff is fine :)
i do agree with CmpItemKind being Violet, it looks better
and this is with the blue highlight and violet kind
let me know which one do you prefer
it supports transparency as well :)
Hello guys. Any update on this? I was exactly looking for this feature.
According to Menu Appearance, I tried to directly add the following but nothing happened:
vim.cmd[[
" gray
highlight! CmpItemAbbrDeprecated guibg=NONE gui=strikethrough guifg=#808080
" blue
highlight! CmpItemAbbrMatch guibg=NONE guifg=#569CD6
highlight! CmpItemAbbrMatchFuzzy guibg=NONE guifg=#569CD6
" light blue
highlight! CmpItemKindVariable guibg=NONE guifg=#9CDCFE
highlight! CmpItemKindInterface guibg=NONE guifg=#9CDCFE
highlight! CmpItemKindText guibg=NONE guifg=#9CDCFE
" pink
highlight! CmpItemKindFunction guibg=NONE guifg=#C586C0
highlight! CmpItemKindMethod guibg=NONE guifg=#C586C0
" front
highlight! CmpItemKindKeyword guibg=NONE guifg=#D4D4D4
highlight! CmpItemKindProperty guibg=NONE guifg=#D4D4D4
highlight! CmpItemKindUnit guibg=NONE guifg=#D4D4D4
]]
Any updates on this?