Adding catppuccin as theme again

Signed-off-by: Oséias K. Rocha <orocha@ael.com.br>
This commit is contained in:
Oséias K. Rocha 2024-08-02 19:30:33 -03:00
parent dbdc8ed9bd
commit d4507d198a
1 changed files with 4 additions and 4 deletions

View File

@ -241,9 +241,9 @@ require('lazy').setup({
-- This is equivalent to:
-- require('Comment').setup({})
{
'rose-pine/neovim',
name = 'rose-pine',
-- 'catppuccin/neovim',
--
-- name = 'rose-pine',
-- require('rose-pine').setup {
-- variant = 'main',
@ -820,7 +820,7 @@ require('lazy').setup({
-- change the command in the config to whatever the name of that colorscheme is.
--
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
'EdenEast/nightfox.nvim',
-- 'EdenEast/nightfox.nvim',
-- init = function()
-- vim.cmd 'colorscheme carbonfox'
-- end,