Update to follow the Omarchy hot reload

This commit is contained in:
Bjarne Oeverli
2025-11-11 14:47:08 +01:00
parent a6a79d0cd5
commit b2e6522299

View File

@@ -1,7 +1,7 @@
return { return {
{ {
"bjarneo/aether.nvim", "bjarneo/aether.nvim",
name = "aether", name = "ethereal",
priority = 1000, priority = 1000,
opts = { opts = {
disable_italics = false, disable_italics = false,
@@ -27,18 +27,11 @@ return {
base0F = "#f7dc9c", -- Deprecated, brown/yellow base0F = "#f7dc9c", -- Deprecated, brown/yellow
}, },
}, },
config = function(_, opts)
require("aether").setup(opts)
vim.cmd.colorscheme("aether")
-- Enable hot reload
require("aether.hotreload").setup()
end,
}, },
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "aether", colorscheme = "ethereal",
}, },
}, },
} }