feat: config cmp border

pull/99/head
fm39hz-workstation 2024-05-16 09:20:57 +07:00 committed by fm39hz-laptop
parent df92fbde14
commit cdf5ed190b
1 changed files with 10 additions and 0 deletions

View File

@ -27,4 +27,14 @@ return {
}, },
}, },
}, },
{
"hrsh7th/nvim-cmp",
opts = {
window = {
completion = {
border = "rounded",
},
},
},
},
} }