Floating window for packer
This commit is contained in:
parent
961ec74fbd
commit
d1b14f05c1
5
init.lua
5
init.lua
@ -14,7 +14,10 @@ if fn.empty(fn.glob(install_path)) > 0 then
|
|||||||
end
|
end
|
||||||
vim.cmd [[packadd packer.nvim]]
|
vim.cmd [[packadd packer.nvim]]
|
||||||
require('packer').init({
|
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 ------------------------------
|
-------------------- EXTERNAL ------------------------------
|
||||||
require('my_plugins')
|
require('my_plugins')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user