We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c3dd9 commit 9389678Copy full SHA for 9389678
1 file changed
home/.config/nvim/init.lua
@@ -80,9 +80,24 @@ require('lazy').setup({
80
'justinmk/vim-dirvish',
81
'tpope/vim-fugitive',
82
'mhinz/vim-grepper',
83
+ 'dstein64/vim-startuptime',
84
'preservim/vimux',
85
'folke/which-key.nvim',
- }
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
101
})
102
103
pcall(cmd, 'colorscheme tokyonight')
0 commit comments