From 5d2b72426d00023ee6ed353699ba1b5a2354c7b4 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Mon, 9 Sep 2024 05:57:13 +0530 Subject: nvim: plugin: new colorschemes - gruvbox - oxocarbon - nightfox Signed-off-by: Brahmajit Das --- lua/plugin.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugin.lua b/lua/plugin.lua index ac545bf..ec8acfb 100644 --- a/lua/plugin.lua +++ b/lua/plugin.lua @@ -15,7 +15,10 @@ vim.opt.rtp:prepend(lazypath) require("lazy").setup({ -- Color scheme { "rktjmp/lush.nvim" }, + { "ellisonleao/gruvbox.nvim", priority = 1000 , config = true, }, { "metalelf0/jellybeans-nvim" }, + { "nyoom-engineering/oxocarbon.nvim" }, + { "EdenEast/nightfox.nvim" }, -- Treesitter integration { -- cgit v1.2.3