2023-01-13 16:24:39 +01:00
|
|
|
require('lazy').setup('plugins', {
|
|
|
|
defaults = { lazy = true },
|
|
|
|
checker = { enabled = false },
|
|
|
|
diff = {
|
|
|
|
cmd = 'terminal_git',
|
|
|
|
},
|
2022-12-31 17:43:31 +01:00
|
|
|
change_detection = {
|
2023-01-13 16:24:39 +01:00
|
|
|
enabled = false,
|
|
|
|
},
|
|
|
|
performance = {
|
|
|
|
cache = {
|
|
|
|
enabled = true,
|
|
|
|
-- disable_events = {},
|
|
|
|
},
|
|
|
|
rtp = {
|
|
|
|
reset = true,
|
2023-01-29 13:47:56 +01:00
|
|
|
paths = { '~/.local/share/nvim/site/' },
|
2023-01-13 16:24:39 +01:00
|
|
|
disabled_plugins = {
|
|
|
|
'gzip',
|
|
|
|
'matchit',
|
|
|
|
-- "matchparen",
|
2023-01-29 13:47:56 +01:00
|
|
|
'netrwPlugin',
|
|
|
|
'netrw',
|
2023-01-13 16:24:39 +01:00
|
|
|
'tarPlugin',
|
|
|
|
'tohtml',
|
|
|
|
'tutor',
|
|
|
|
'zipPlugin',
|
|
|
|
'nvim-treesitter-textobjects',
|
|
|
|
},
|
|
|
|
},
|
2022-12-31 17:43:31 +01:00
|
|
|
},
|
2023-01-13 16:24:39 +01:00
|
|
|
debug = false,
|
2022-12-31 17:43:31 +01:00
|
|
|
})
|