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 = {
colorscheme = { 'nord' },
},
defaults = {
lazy = true,
},
checker = {
enabled = true,
notify = false,
@@ -28,4 +31,4 @@ require('lazy').setup({
change_detection = {
notify = false,
},
})
})