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 = {
|
||||
-- "ficcdaf/ashen.nvim",
|
||||
{
|
||||
dir = "~/dev/plugins/ashen.nvim/",
|
||||
dir = "~/dev/ashen/ashen.nvim/",
|
||||
opts = {
|
||||
transparent = true,
|
||||
hl = {
|
||||
merge_override = {
|
||||
FloatBorder = { bg = "#000000" },
|
||||
NormalFloat = { bg = "#000000" },
|
||||
}
|
||||
}
|
||||
variant = "foobar"
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -47,4 +41,3 @@ require("lazy").setup({
|
|||
})
|
||||
|
||||
require("ashen").load()
|
||||
vim.cmd("hi NormalFloat")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue