Use rounded borders for packer (#1296)

This commit is contained in:
Ahmed Khalf 2021-08-12 01:48:49 +04:00 committed by GitHub
parent 5a7630cac7
commit abf7fee048
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ function plugin_loader:init()
git = { clone_timeout = 300 },
display = {
open_fn = function()
return util.float { border = "single" }
return util.float { border = "rounded" }
end,
},
}