diff options
-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, }, } |