From 17e35a2bd6415376b08fb50a53c3da1a5298c363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Os=C3=A9ias=20K=2E=20Rocha?= Date: Mon, 8 Jul 2024 13:22:54 -0300 Subject: [PATCH] Adding Nightfox theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oséias K. Rocha --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.lua b/init.lua index 0876014d..de234003 100644 --- a/init.lua +++ b/init.lua @@ -805,6 +805,10 @@ 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', + -- init = function() + -- vim.cmd 'colorscheme carbonfox' + -- end, 'catppuccin/nvim', flavor = 'mocha', priority = 1000, -- Make sure to load this before all the other start plugins.