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",
|
"hrsh7th/nvim-cmp",
|
||||||
opts = {
|
opts = {
|
||||||
window = {
|
window = {
|
||||||
|
documentation = {
|
||||||
|
border = "rounded",
|
||||||
|
},
|
||||||
completion = {
|
completion = {
|
||||||
border = "rounded",
|
border = "rounded",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue