Adding catppuccin as theme again
Signed-off-by: Oséias K. Rocha <orocha@ael.com.br>
This commit is contained in:
parent
dbdc8ed9bd
commit
d4507d198a
8
init.lua
8
init.lua
|
@ -241,9 +241,9 @@ require('lazy').setup({
|
||||||
-- This is equivalent to:
|
-- This is equivalent to:
|
||||||
-- require('Comment').setup({})
|
-- require('Comment').setup({})
|
||||||
{
|
{
|
||||||
'rose-pine/neovim',
|
-- 'catppuccin/neovim',
|
||||||
|
--
|
||||||
name = 'rose-pine',
|
-- name = 'rose-pine',
|
||||||
|
|
||||||
-- require('rose-pine').setup {
|
-- require('rose-pine').setup {
|
||||||
-- variant = 'main',
|
-- variant = 'main',
|
||||||
|
@ -820,7 +820,7 @@ require('lazy').setup({
|
||||||
-- change the command in the config to whatever the name of that colorscheme is.
|
-- 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`.
|
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
|
||||||
'EdenEast/nightfox.nvim',
|
-- 'EdenEast/nightfox.nvim',
|
||||||
-- init = function()
|
-- init = function()
|
||||||
-- vim.cmd 'colorscheme carbonfox'
|
-- vim.cmd 'colorscheme carbonfox'
|
||||||
-- end,
|
-- end,
|
||||||
|
|
Loading…
Reference in New Issue