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 + } } })