feat: config cmp border

This commit is contained in:
fm39hz-workstation 2024-05-16 09:20:57 +07:00
parent ae21c50806
commit 149e447e45

View file

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