AutoYADM commit: 2025-02-14 16:30:03

This commit is contained in:
Daniel Fichtinger 2025-02-14 16:30:03 -05:00
parent 83336f7adb
commit 0da56eeb3c

View file

@ -27,15 +27,9 @@ require("lazy").setup({
spec = { spec = {
-- "ficcdaf/ashen.nvim", -- "ficcdaf/ashen.nvim",
{ {
dir = "~/dev/plugins/ashen.nvim/", dir = "~/dev/ashen/ashen.nvim/",
opts = { opts = {
transparent = true, variant = "foobar"
hl = {
merge_override = {
FloatBorder = { bg = "#000000" },
NormalFloat = { bg = "#000000" },
}
}
}, },
}, },
}, },
@ -47,4 +41,3 @@ require("lazy").setup({
}) })
require("ashen").load() require("ashen").load()
vim.cmd("hi NormalFloat")