[nvim] feat: display packer in a floating window

This commit is contained in:
David JULIEN 2022-12-26 18:45:40 +01:00
parent 746f143bdb
commit 84f11353e6
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ packer.init({
removed_sym = '- ', -- The symbol for an unused plugin which was removed
moved_sym = '', -- The symbol for a plugin which was moved (e.g. from opt to start)
header_sym = '', -- The symbol for the header line in packer's display
open_fn = function()
return require('packer.util').float({ border = "single" })
end, -- Display in a floating window
},
})