new lua style
This commit is contained in:
@ -2,8 +2,6 @@ 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,
|
||||
config = function() vim.cmd('colorscheme gruvbox-baby') end,
|
||||
enabled = true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user