fix(lazy): dont disable matchit, matchparen and netrw by default

This commit is contained in:
Folke Lemaitre 2023-01-22 21:26:08 +01:00
parent 1f4e34a73c
commit ad809a2885
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ require("lazy").setup({
-- disable some rtp plugins -- disable some rtp plugins
disabled_plugins = { disabled_plugins = {
"gzip", "gzip",
"matchit", -- "matchit",
"matchparen", -- "matchparen",
"netrwPlugin", -- "netrwPlugin",
"tarPlugin", "tarPlugin",
"tohtml", "tohtml",
"tutor", "tutor",