chore: set all plugins to lazy load by default
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user