feat: add documentation border

pull/99/head
fm39hz-workstation 2024-05-16 11:20:48 +07:00 committed by fm39hz-laptop
parent 452d7603b3
commit 9de02efef4
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ return {
"hrsh7th/nvim-cmp", "hrsh7th/nvim-cmp",
opts = { opts = {
window = { window = {
documentation = {
border = "rounded",
},
completion = { completion = {
border = "rounded", border = "rounded",
}, },