avoid un-needed lazy loading of packer | improve packer bootstrapping

This commit is contained in:
siduck 2022-05-23 12:54:03 +05:30
parent bdf45a447a
commit a2ff5c285e
10 changed files with 116 additions and 214 deletions

View file

@ -1,5 +1,8 @@
-- Just an example, supposed to be placed in /lua/custom/
-- remove this if you dont use custom.init.lua at all
require "custom"
local M = {}
-- make sure you maintain the structure of `core/default_config.lua` here,