[nvim] feat: display packer in a floating window
This commit is contained in:
parent
746f143bdb
commit
84f11353e6
@ -29,6 +29,9 @@ packer.init({
|
|||||||
removed_sym = '- ', -- The symbol for an unused plugin which was removed
|
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)
|
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
|
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
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user