neovim: install catppuccin theme

This commit is contained in:
2026-03-15 22:33:29 +03:00
parent aa7cdbad55
commit a144d1fda9
6 changed files with 83 additions and 2 deletions

View File

@@ -40,4 +40,5 @@ vim.opt.listchars = { multispace = "·", tab = ">~", leadmultispace = "┊ " }
vim.opt.spelllang = "en_us,ru"
vim.cmd.colorscheme("retrobox")
vim.opt.background = "light"
vim.cmd.colorscheme("catppuccin-latte")