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,12 +1,11 @@
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 = { change_detection = {
enabled = false enabled = false,
}, },
performance = { performance = {
cache = { cache = {
@ -14,16 +13,18 @@ require("lazy").setup("plugins",
-- disable_events = {}, -- disable_events = {},
}, },
rtp = { rtp = {
reset = true,
paths = {"~/.local/share/nvim/site/"},
disabled_plugins = { disabled_plugins = {
"gzip", 'gzip',
"matchit", 'matchit',
-- "matchparen", -- "matchparen",
"netrwPlugin", -- "netrwPlugin",
"tarPlugin", 'tarPlugin',
"tohtml", 'tohtml',
"tutor", 'tutor',
"zipPlugin", 'zipPlugin',
"nvim-treesitter-textobjects", 'nvim-treesitter-textobjects',
}, },
}, },
}, },