AutoYADM commit: 2025-02-14 16:30:03
This commit is contained in:
parent
83336f7adb
commit
0da56eeb3c
1 changed files with 2 additions and 9 deletions
|
@ -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")
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue