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, + } }