Skip to content

Commit a9e1a14

Browse files
committed
perf(neovim): disable more modules
1 parent 186c528 commit a9e1a14

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
vim.g.loaded_netrw = 1
2+
vim.g.loaded_netrwPlugin = 1
3+
vim.g.loaded_gzip = 1
4+
vim.g.loaded_matchit = 1
5+
vim.g.loaded_matchparen = 1
6+
vim.g.loaded_tarPlugin = 1
7+
vim.g.loaded_tohtml = 1
8+
vim.g.loaded_tutor = 1
9+
vim.g.loaded_zipPlugin = 1

home/.config/nvim/plugin/tree.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
local defer = require("defer")
22
local utils = require("utils")
33

4-
vim.g.loaded_netrw = 1
5-
vim.g.loaded_netrwPlugin = 1
6-
74
defer.on_load("neo-tree", function()
85
require("neo-tree").setup({})
96
end)

0 commit comments

Comments
 (0)