feat: major update to all configs

- move older config to archive

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2026-03-26 12:07:53 +05:30
committed by Morumotto
parent 4555248b72
commit c2786c7f96
67 changed files with 881 additions and 772 deletions
@@ -0,0 +1,25 @@
return {
'EdenEast/nightfox.nvim',
priority = 1000,
init = function()
vim.opt.background = 'dark'
vim.cmd.colorscheme 'carbonfox'
end,
config = function()
require('nightfox').setup {
options = {
styles = {
comments = 'italic',
},
},
-- groups = {
-- carbonfox = {
-- string = { fg = 'white' },
-- },
-- },
}
end,
}
--- vim: ts=2 sts=2 sw=2 et