Simplify light mode toggle with a switch

This commit is contained in:
Alex Selimov 2025-09-11 10:18:07 -04:00
parent c34dee4d4e
commit 84e339864c
No known key found for this signature in database
GPG key ID: BC03C17FF5CFFFD2
2 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,6 @@
-- set to true for light mode
vim.g.light_mode = true
-- Neovim configuration
-- Modularized structure for better organization
@ -15,4 +18,4 @@ require("lazy").setup({
-- Load additional configuration
require("colorizer").setup()
require("config.formatting")
require("config.formatting")