master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit d1b14f05c1 - Show all commits

View File

@@ -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')