use lazy true for colorschemes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
return {
|
||||
'AstroNvim/astrotheme',
|
||||
lazy = false,
|
||||
lazy = true,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
local C = require('astrotheme.palettes.astrodark')
|
||||
|
||||
Reference in New Issue
Block a user