keep some gitsigns mappings only | rm 0.7v related stuff
This commit is contained in:
parent
b142f4c99d
commit
00be26275e
4 changed files with 14 additions and 99 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue