mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-03-31 02:33:11 +02:00
Fix cmp borders by setting them globally
This commit is contained in:
@@ -25,6 +25,7 @@ cmp.setup({
|
||||
end,
|
||||
},
|
||||
-- switch on rounded borders in floating completion windows
|
||||
-- additionally vim.o.winborder = 'rounded' must be set (set.lua)
|
||||
window = {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered(),
|
||||
|
||||
Reference in New Issue
Block a user