nvim: Specify catppucin theme instead of default

This commit is contained in:
mattr
2025-04-23 16:49:06 -05:00
parent cfc69bfa03
commit eb5f82d9fd

View File

@@ -343,7 +343,7 @@ require('lazy').setup({
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'catppuccin'
vim.cmd.colorscheme 'catppuccin-mocha'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'