Skip to content

Commit 9389678

Browse files
committed
misc
1 parent 10c3dd9 commit 9389678

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

home/.config/nvim/init.lua

+16-1
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,24 @@ require('lazy').setup({
8080
'justinmk/vim-dirvish',
8181
'tpope/vim-fugitive',
8282
'mhinz/vim-grepper',
83+
'dstein64/vim-startuptime',
8384
'preservim/vimux',
8485
'folke/which-key.nvim',
85-
}
86+
},
87+
performance = {
88+
rtp = {
89+
disabled_plugins = {
90+
'gzip',
91+
'matchit',
92+
'matchparen',
93+
'netrwPlugin',
94+
'tarPlugin',
95+
'tohtml',
96+
'tutor',
97+
'zipPlugin',
98+
},
99+
},
100+
},
86101
})
87102

88103
pcall(cmd, 'colorscheme tokyonight')

0 commit comments

Comments
 (0)