fix: dont disable any builtins

This commit is contained in:
Folke Lemaitre committed 2022-12-30 17:48:58 +01:00
1 parent 70b93b32e3
commit 016bda67f2
1 file changed
+8 -9
+8 -9
View File
@@ -14,15 +14,14 @@ require("lazy").setup("user.plugins", {
performance = {
rtp = {
disabled_plugins = {
"gzip",
"matchit",
"matchparen",
"netrwPlugin",
"tarPlugin",
"tohtml",
"tutor",
"zipPlugin",
"nvim-treesitter-textobjects",
-- "gzip",
-- "matchit",
-- "matchparen",
-- "netrwPlugin",
-- "tarPlugin",
-- "tohtml",
-- "tutor",
-- "zipPlugin",
},
},
},