config: nvim: use 'rounded' border for packer and nvim-cmp

This commit is contained in:
Thomas Preisner 2022-10-16 22:12:49 +02:00
parent 2c72b7c8dd
commit d7def752af
2 changed files with 7 additions and 1 deletions

View file

@ -152,7 +152,9 @@ return require('packer').startup({
end,
config = {
display = {
open_fn = require("packer.util").float,
open_fn = function()
return require('packer.util').float({ border = 'rounded' })
end,
},
profile = {
enable = true,