mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Update to follow the Omarchy hot reload
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user