chore: set all plugins to lazy load by default

This commit is contained in:
2024-11-29 18:41:51 -05:00
parent b10027b723
commit f5b59f6a2e
+4 -1
View File
@@ -21,6 +21,9 @@ require('lazy').setup({
install = { install = {
colorscheme = { 'nord' }, colorscheme = { 'nord' },
}, },
defaults = {
lazy = true,
},
checker = { checker = {
enabled = true, enabled = true,
notify = false, notify = false,
@@ -28,4 +31,4 @@ require('lazy').setup({
change_detection = { change_detection = {
notify = false, notify = false,
}, },
}) })