From baaf981269ec7f3f807eef8718555590257b9aeb Mon Sep 17 00:00:00 2001 From: Andrzej Stepien Date: Mon, 18 Mar 2024 14:53:10 +0100 Subject: [PATCH] add nightfox theme --- lua/plugins/themes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index 41e6925..83397e3 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -11,4 +11,5 @@ return { end, }, { "ellisonleao/gruvbox.nvim", priority = 1000, config = true, opts = ... }, + { "EdenEast/nightfox.nvim", priority = 1000 }, }