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