nvim: tex visual leader

This commit is contained in:
js0ny 2026-01-22 03:31:40 +00:00
parent 8ec80c984b
commit 46b34400a2
2 changed files with 7 additions and 7 deletions

View file

@ -41,7 +41,7 @@ local function get_system_theme()
return background
end
vim.cmd.colorscheme("gruvbox-material")
vim.cmd.colorscheme("catppuccin")
-- if get_system_theme() == 'dark' then
-- vim.o.background = 'dark'