mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Add rounded borders for completion plugin
This commit is contained in:
@@ -24,4 +24,9 @@ cmp.setup({
|
||||
vim.snippet.expand(args.body)
|
||||
end,
|
||||
},
|
||||
-- switch on rounded borders in floating completion windows
|
||||
window = {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered(),
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user