fix: use built-in habamax colorscheme initially, auto-dark-mode switches after
All checks were successful
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Successful in 3s

This commit is contained in:
Jeremie Fraeys 2026-02-08 15:55:48 -05:00
parent abb911f660
commit e311babb3b
No known key found for this signature in database

View file

@ -4,8 +4,8 @@ vim.g.loaded_netrwPlugin = 1
vim.g.loaded_netrwSettings = 1
vim.g.loaded_netrwFileHandlers = 1
-- Set colorscheme early to prevent startup flash
vim.cmd('colorscheme monokai_soda')
-- Set colorscheme early to prevent startup flash (auto-dark-mode will switch this)
vim.cmd('colorscheme habamax')
-- Install package manager
-- https://github.com/folke/lazy.nvim