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
16da5cefe8
commit
303a41db6b
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