mirror of
https://github.com/tomru/lazyvim.git
synced 2026-03-03 06:27:16 +01:00
fix(lazy): dont disable matchit, matchparen and netrw by default
This commit is contained in:
@@ -32,9 +32,9 @@ require("lazy").setup({
|
|||||||
-- disable some rtp plugins
|
-- disable some rtp plugins
|
||||||
disabled_plugins = {
|
disabled_plugins = {
|
||||||
"gzip",
|
"gzip",
|
||||||
"matchit",
|
-- "matchit",
|
||||||
"matchparen",
|
-- "matchparen",
|
||||||
"netrwPlugin",
|
-- "netrwPlugin",
|
||||||
"tarPlugin",
|
"tarPlugin",
|
||||||
"tohtml",
|
"tohtml",
|
||||||
"tutor",
|
"tutor",
|
||||||
|
|||||||
Reference in New Issue
Block a user