AutoYADM commit: 2025-02-11 12:50:05
This commit is contained in:
parent
d628699be2
commit
6db851203f
2 changed files with 11 additions and 4 deletions
|
@ -6,7 +6,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
|||
if vim.v.shell_error ~= 0 then
|
||||
vim.api.nvim_echo({
|
||||
{ "Failed to clone lazy.nvim:\n", "ErrorMsg" },
|
||||
{ out, "WarningMsg" },
|
||||
{ out, "WarningMsg" },
|
||||
{ "\nPress any key to exit..." },
|
||||
}, true, {})
|
||||
vim.fn.getchar()
|
||||
|
@ -31,7 +31,14 @@ require("lazy").setup({
|
|||
{
|
||||
dir = "~/dev/plugins/ashen.nvim/",
|
||||
opts = {
|
||||
variant = "light",
|
||||
-- variant = "light",
|
||||
transparent = true,
|
||||
hl = {
|
||||
merge_override = {
|
||||
FloatBorder = { bg = "#000000" }, -- it works
|
||||
NormalFloat = { bg = "#000000" }, -- it doesn't works
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue