commit ad809a2885d6a8fb13f43148a4380f5621299fde
parent 1f4e34a73c2ad8ca6552d69a3f20be020c340046
Author: Folke Lemaitre <folke.lemaitre@gmail.com>
Date: Sun, 22 Jan 2023 21:26:08 +0100
fix(lazy): dont disable matchit, matchparen and netrw by default
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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",