NeoVim plugin to clear and make transparent background color in (transparent) terminal.
original one is developed by @miyakokgi https://github.com/miyakogi/seiya.vim
for lazy.nvim
{
"orumin/ya-seiya.nvim",
name = "seiya",
opts = {}
}
require("seiya").setup({
-- automatically enable when neovim starts
auto_enabled = false,
-- change highlight groups to clear
target_groups = {"guibg", "ctermbg"}
})
:SeiyaEnable
:SeiyaDisable
If backgroung color is not updated, try colorshame [your_colorscheme]