chore: set all plugins to lazy load by default
This commit is contained in:
@@ -21,6 +21,9 @@ require('lazy').setup({
|
||||
install = {
|
||||
colorscheme = { 'nord' },
|
||||
},
|
||||
defaults = {
|
||||
lazy = true,
|
||||
},
|
||||
checker = {
|
||||
enabled = true,
|
||||
notify = false,
|
||||
|
||||
Reference in New Issue
Block a user