keep some gitsigns mappings only | rm 0.7v related stuff
This commit is contained in:
@@ -217,9 +217,7 @@ if present then
|
||||
-- load packer init options
|
||||
local init_options = require("plugins.configs.others").packer_init()
|
||||
init_options = require("core.utils").load_override(init_options, "wbthomason/packer.nvim")
|
||||
packer.init(init_options)
|
||||
|
||||
for _, v in pairs(plugins) do
|
||||
packer.use(v)
|
||||
end
|
||||
packer.init(init_options)
|
||||
packer.startup { plugins }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user