mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: config cmp border
This commit is contained in:
parent
df92fbde14
commit
cdf5ed190b
1 changed files with 10 additions and 0 deletions
|
|
@ -27,4 +27,14 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
opts = {
|
||||
window = {
|
||||
completion = {
|
||||
border = "rounded",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue