aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-02 01:37:28 +0800
committerjdhao <jdhao@hotmail.com>2021-07-02 01:37:28 +0800
commitcbf682f2349ad0ce5caa2ea74b2093a9c97bf1ca (patch)
treec502690a3a77c0eb0651476995c08a41a8dc26eb
parent83ef151e363c9f5495dd492ae985ce54c28935d0 (diff)
More tweak on packer.nvim
-rw-r--r--lua/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index a977035..643b0a1 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -265,5 +265,8 @@ require('packer').startup(
end,
config = {
max_jobs = 16,
+ display = {
+ open_fn = function() return require('packer.util').float({ border = 'single' }) end
+ }
}
})