diff options
Diffstat (limited to 'lua')
| -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 + } } }) |
