Skip to content

Commit a40ce50

Browse files
committed
misc
1 parent 10c3dd9 commit a40ce50

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

home/.config/nvim/init.lua

+15-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,21 @@ require('lazy').setup({
8282
'mhinz/vim-grepper',
8383
'preservim/vimux',
8484
'folke/which-key.nvim',
85-
}
85+
},
86+
performance = {
87+
rtp = {
88+
disabled_plugins = {
89+
'gzip',
90+
'matchit',
91+
'matchparen',
92+
'netrwPlugin',
93+
'tarPlugin',
94+
'tohtml',
95+
'tutor',
96+
'zipPlugin',
97+
},
98+
},
99+
},
86100
})
87101

88102
pcall(cmd, 'colorscheme tokyonight')

0 commit comments

Comments
 (0)