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