diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-02 01:37:28 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-02 01:37:28 +0800 |
| commit | cbf682f2349ad0ce5caa2ea74b2093a9c97bf1ca (patch) | |
| tree | c502690a3a77c0eb0651476995c08a41a8dc26eb | |
| parent | 83ef151e363c9f5495dd492ae985ce54c28935d0 (diff) | |
More tweak on packer.nvim
| -rw-r--r-- | lua/plugins.lua | 3 |
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 + } } }) |
