make lsp related popups all look the same

This commit is contained in:
2024-04-25 22:59:22 -04:00
parent e39c8ef5d6
commit 30edbcbb6b
3 changed files with 13 additions and 5 deletions

View File

@ -30,11 +30,11 @@ cmp.setup {
window = {
completion = {
scrollbar = false,
border = { ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ' },
border = 'solid',
winhighlight = "Normal:WinBarNC,FloatBorder:WinBarNC,Search:WinBarNC",
},
documentation = {
border = { ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ' },
border = 'solid',
winhighlight = "Normal:WinBarNC,FloatBorder:WinBarNC,Search:WinBarNC",
}
},