diff options
author | Ahmed Khalf <[email protected]> | 2021-08-12 01:48:49 +0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-12 00:48:49 +0300 |
commit | abf7fee04885befaf99eff6a62c8c5774df8613e (patch) | |
tree | 6d0363c5d2cb517bd6394ff97943b05de6afb946 | |
parent | 5a7630cac761e91335d2f25cb07a81271569c791 (diff) |
Use rounded borders for packer (#1296)
-rw-r--r-- | lua/plugin-loader.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugin-loader.lua b/lua/plugin-loader.lua index b7e68a1e..e238b193 100644 --- a/lua/plugin-loader.lua +++ b/lua/plugin-loader.lua @@ -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, }, } |