8000 Change winhighlight like nvim-cmp · Issue #411 · simrat39/rust-tools.nvim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Change winhighlight like nvim-cmp #411

Open
diniamo opened this issue Jul 29, 2023 · 0 comments
Open

Change winhighlight like nvim-cmp #411

diniamo opened this issue Jul 29, 2023 · 0 comments

Comments

@diniamo
Copy link
diniamo commented Jul 29, 2023

I have these few lines in my nvim-cmp setup:

                window = {
                    completion = cmp.config.window.bordered({
                        winhighlight = "Normal:Normal,CursorLine:CursorLine,FloatBorder:FloatBorder,CmpItemAbbrMatchFuzzy:CmpItemAbbrMatch",
                    }),
                    documentation = cmp.config.window.bordered({
                        winhighlight = "Normal:Normal,FloatBorder:FloatBorder",
                    }),
                },

How can I achieve this in rust-tools? (Obviously I would only need Normal:Normal,CursorLine:CursorLine,FloatBorder:FloatBorder for rust-tools)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0