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 = { performance = {
rtp = { rtp = {
disabled_plugins = { disabled_plugins = {
"gzip", -- "gzip",
"matchit", -- "matchit",
"matchparen", -- "matchparen",
"netrwPlugin", -- "netrwPlugin",
"tarPlugin", -- "tarPlugin",
"tohtml", -- "tohtml",
"tutor", -- "tutor",
"zipPlugin", -- "zipPlugin",
"nvim-treesitter-textobjects",
}, },
}, },
}, },