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