From d4507d198a79d02d671fc88e5d9b36cd37214d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Os=C3=A9ias=20K=2E=20Rocha?= Date: Fri, 2 Aug 2024 19:30:33 -0300 Subject: [PATCH] Adding catppuccin as theme again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oséias K. Rocha --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 6af228e4..68248950 100644 --- a/init.lua +++ b/init.lua @@ -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,