-
I want to customize the border highlight group of Lazynvim UI both foreground and background color, but I don't have any idea how to this since there's no border highlight group in the docs. |
Beta Was this translation helpful? Give feedback.
Answered by
6H075T2
Jul 15, 2024
Replies: 1 comment 3 replies
-
hey, just curious how you get a border working in lazy.nvim ui? so new to neovim here, any guides would be very nice. i'm using the kickstart.nvim template |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tryprncp hmm, you can try the following option for
border = single -- rounded or double
It's the same as manually adding those borders.
I've already figured the solution to my problem. YAY
You can also pass a table with the char of your choosing as your border with the following
NOTE: The border starts in counterclockwise fashion.
border = { { "char", "yourhighlightgroup"} }
PS: Boss Troy welcome to Neovim-Ecosystem HAHAHA