Made packer windows centered + formatting
This commit is contained in:
@@ -18,7 +18,8 @@ if not status then
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
return packer.startup(function(use)
|
return packer.startup({
|
||||||
|
function(use)
|
||||||
--Packer
|
--Packer
|
||||||
use("wbthomason/packer.nvim")
|
use("wbthomason/packer.nvim")
|
||||||
--Themes
|
--Themes
|
||||||
@@ -132,4 +133,12 @@ return packer.startup(function(use)
|
|||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
end
|
end
|
||||||
end)
|
end,
|
||||||
|
config = {
|
||||||
|
display = {
|
||||||
|
open_fn = function()
|
||||||
|
return require("packer.util").float({ border = "single" })
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user