mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 17:34:34 +02:00
fix: dont disable any builtins
This commit is contained in:
parent
70b93b32e3
commit
016bda67f2
1 changed files with 8 additions and 9 deletions
|
@ -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",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue