From 421f467e213150254ab10dbe09dd6382bf6c54eb Mon Sep 17 00:00:00 2001 From: Bjarne Oeverli Date: Tue, 11 Nov 2025 17:43:57 +0100 Subject: [PATCH] Add aether to all themes --- config/nvim/lua/plugins/all-themes.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/nvim/lua/plugins/all-themes.lua b/config/nvim/lua/plugins/all-themes.lua index c17001a3..57be0855 100644 --- a/config/nvim/lua/plugins/all-themes.lua +++ b/config/nvim/lua/plugins/all-themes.lua @@ -53,4 +53,9 @@ return { lazy = true, priority = 1000, }, + { + "bjarneo/aether.nvim", + lazy = true, + priority = 1000, + } }