-
Hi, how to change the main top border? Here are some of the settings I have tried: {
"folke/trouble.nvim",
cmd = { "Trouble" },
keys = {{ "<A-t>", "<cmd>Trouble<cr>", silent = true, desc = "Trouble" }},
opts = {
border = "solid",
window = {
border = "solid",
opts = { border = "solid" },
config = { border = "solid" },
winopts = { border = "solid" },
},
win = {
border = "solid",
opts = { border = "solid" },
config = { border = "solid" },
winopts = { border = "solid" },
},
preview = {
border = "solid",
winopts = { border = "solid" },
win = {
opts = {
border = "solid"
}
}
}
},
} Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
yavorski
Dec 28, 2024
Replies: 1 comment
-
It turns out to be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yavorski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It turns out to be
WinSeparator
highlight.