This commit is contained in:
vx-clutch
2024-08-14 21:34:52 -04:00
parent 3433e2f53d
commit 86e8429437
4 changed files with 16 additions and 40 deletions

View File

@@ -67,4 +67,16 @@ return {
-- configurations go here
},
},
{
'maxmx03/solarized.nvim',
lazy = false,
priority = 1000,
config = function()
vim.o.background = 'dark' -- or 'light'
vim.defer_fn(function()
vim.cmd.colorscheme 'solarized'
end, 0)
end,
},
}