2023-01-01 17:07:47 +01:00
|
|
|
require("lazy").setup("plugins",
|
2022-12-31 17:43:31 +01:00
|
|
|
{
|
|
|
|
defaults = { lazy = true },
|
|
|
|
checker = { enabled = false },
|
|
|
|
diff = {
|
|
|
|
cmd = "terminal_git",
|
|
|
|
},
|
|
|
|
change_detection = {
|
|
|
|
enabled = false
|
|
|
|
},
|
|
|
|
performance = {
|
|
|
|
cache = {
|
|
|
|
enabled = true,
|
|
|
|
-- disable_events = {},
|
|
|
|
},
|
|
|
|
rtp = {
|
|
|
|
disabled_plugins = {
|
|
|
|
"gzip",
|
|
|
|
"matchit",
|
|
|
|
-- "matchparen",
|
|
|
|
"netrwPlugin",
|
|
|
|
"tarPlugin",
|
|
|
|
"tohtml",
|
|
|
|
"tutor",
|
|
|
|
"zipPlugin",
|
|
|
|
"nvim-treesitter-textobjects",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
debug = false,
|
|
|
|
})
|