nvim/lua/config/lazy.lua

26 lines
407 B
Lua

require('lazy').setup('plugins', {
defaults = { lazy = true },
change_detection = {
enabled = false,
},
performance = {
rtp = {
reset = true,
-- paths = { '~/.local/share/nvim/site/' },
disabled_plugins = {
'fzf',
'gzip',
'matchit',
'matchparen',
'netrwPlugin',
'netrw',
'tarPlugin',
'tohtml',
'tutor',
'zipPlugin',
},
},
},
debug = false,
})