Floating window for packer

This commit is contained in:
Oliver Hartmann 2022-02-28 21:20:18 +01:00
parent 961ec74fbd
commit d1b14f05c1

View File

@ -14,7 +14,10 @@ if fn.empty(fn.glob(install_path)) > 0 then
end
vim.cmd [[packadd packer.nvim]]
require('packer').init({
snapshot_path = packerUtil.join_paths(vim.fn.stdpath('config'), 'snapshots')
snapshot_path = packerUtil.join_paths(vim.fn.stdpath('config'), 'snapshots'),
display = {
open_fn = require('packer.util').float,
}
})
-------------------- EXTERNAL ------------------------------
require('my_plugins')