no more transparent

This commit is contained in:
2026-08-14 23:19:01 -03:00
parent 0946f49859
commit b0447e387e
3 changed files with 6 additions and 4 deletions

View File

@@ -13,10 +13,12 @@ local function make_transparent()
end
end
--[[
vim.api.nvim_create_autocmd({ "ColorScheme", "VimEnter" }, {
callback = make_transparent,
desc = "Force transparent background after any colorscheme loads",
})
]]
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not (vim.uv or vim.loop).fs_stat(lazypath) then