moved themes to themes dir
This commit is contained in:
9
lua/themes/gruvbox-baby.lua
Normal file
9
lua/themes/gruvbox-baby.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
'luisiacc/gruvbox-baby',
|
||||
lazy = true,
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
vim.cmd('colorscheme gruvbox-baby')
|
||||
end,
|
||||
enabled = true
|
||||
}
|
Reference in New Issue
Block a user