diff options
| -rw-r--r-- | lua/config/lazy.lua | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index aabd65b..8fca195 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -32,9 +32,9 @@ require("lazy").setup({        -- disable some rtp plugins        disabled_plugins = {          "gzip", -        "matchit", -        "matchparen", -        "netrwPlugin", +        -- "matchit", +        -- "matchparen", +        -- "netrwPlugin",          "tarPlugin",          "tohtml",          "tutor",  | 
