Closed koenverburg closed 3 months ago
Great to hear. By turn off the styling do you mean make your cmp look like the image you attached?
For reference, my cmp looks like this:
Interesting, because when I disable neomodern and use no-clown-fiesta and others. I have it set to
Interesting. Let me see if I can figure out what's going on and I'll ping you once I do
@koenverburg I just pushed a commit that should fix this issue. I ended up setting the FloatBorder highlight differently. If you ever want to customize it yourself in the future you could always overwrite the highlight in your neomodern config
Yes, the borders are showing. Thanks!
@koenverburg btw I liked the look of no-clown-fiestas cmp ui so I just added a few more opts if you're wanting something similar:
require("neomodern").setup({
-- snip --
ui = {
plain_float = true, -- don't set background of floating windows. recommended for when using floating windows with borders
cmp = {
plain = true, --don't highlight lsp-kind items
},
}
})
@cdmill this looks even better! Thanks!
Hi, love the plugin. However, How can I turn off the styling on cmp?