- commit
- 9bc6531
- parent
- 2d71beb
- author
- Eric Bower
- date
- 2025-07-07 16:12:17 -0400 EDT
chore(nvim): formatting
1 files changed,
+2,
-8
+2,
-8
1@@ -175,14 +175,8 @@ require("lazy").setup({
2 performance = {
3 rtp = {
4 disabled_plugins = {
5- "gzip",
6- "matchit",
7- "matchparen",
8- "netrwPlugin",
9- "tarPlugin",
10- "tohtml",
11- "tutor",
12- "zipPlugin",
13+ "gzip", "matchit", "matchparen", "netrwPlugin",
14+ "tarPlugin", "tohtml", "tutor", "zipPlugin",
15 },
16 },
17 },