This commit is contained in:
fiplox 2023-01-13 16:24:39 +01:00
parent c114e708ee
commit 7e8686389c
1 changed files with 30 additions and 29 deletions

View File

@ -1,31 +1,32 @@
require("lazy").setup("plugins", require('lazy').setup('plugins', {
{ defaults = { lazy = true },
defaults = { lazy = true }, checker = { enabled = false },
checker = { enabled = false }, diff = {
diff = { cmd = 'terminal_git',
cmd = "terminal_git",
},
change_detection = {
enabled = false
}, },
performance = { change_detection = {
cache = { enabled = false,
enabled = true, },
-- disable_events = {}, performance = {
}, cache = {
rtp = { enabled = true,
disabled_plugins = { -- disable_events = {},
"gzip", },
"matchit", rtp = {
-- "matchparen", reset = true,
"netrwPlugin", paths = {"~/.local/share/nvim/site/"},
"tarPlugin", disabled_plugins = {
"tohtml", 'gzip',
"tutor", 'matchit',
"zipPlugin", -- "matchparen",
"nvim-treesitter-textobjects", -- "netrwPlugin",
}, 'tarPlugin',
}, 'tohtml',
}, 'tutor',
debug = false, 'zipPlugin',
'nvim-treesitter-textobjects',
},
},
},
debug = false,
}) })