mirror of https://github.com/LazyVim/starter
feat: add documentation border
parent
452d7603b3
commit
9de02efef4
|
@ -33,6 +33,9 @@ return {
|
|||
"hrsh7th/nvim-cmp",
|
||||
opts = {
|
||||
window = {
|
||||
documentation = {
|
||||
border = "rounded",
|
||||
},
|
||||
completion = {
|
||||
border = "rounded",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue