fix: dont disable any builtins

This commit is contained in:
Folke Lemaitre 2022-12-30 17:48:49 +01:00
parent 70b93b32e3
commit 016bda67f2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

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",
},
},
},