refactor(nvim): open packer in split

This commit is contained in:
Price Hiller 2022-08-03 01:40:41 -05:00
parent 1818d1ee48
commit 0d7ebe725c

View File

@ -756,11 +756,6 @@ return packer.startup({
end
end,
config = {
display = {
open_fn = function()
return require("packer.util").float({ border = "double" })
end,
},
compile_path = vim.fn.stdpath("config") .. "/lua/packer_compiled.lua",
},
})