Is this the right way to change border highlights? #37
-
I'd like to update the border highlight and have gone about it like this:
But this doesn't seem to have any effect. Any tips on what I'm missing or how best to update this? |
Beta Was this translation helpful? Give feedback.
Answered by
VonHeikemen
Aug 2, 2022
Replies: 1 comment
-
This should work. lsp.setup_nvim_cmp {
documentation = {
winhighlight = 'Normal:Normal,FloatBorder:NonText,CursorLine:Visual,Search:None'
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zeitchef
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should work.