Skip to content

NeoVim plugin to clear and make transparent background color in (transparent) terminal.

License

Notifications You must be signed in to change notification settings

orumin/ya-seiya.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Seiya.nvim

NeoVim plugin to clear and make transparent background color in (transparent) terminal.

original one is developed by @miyakokgi https://github.com/miyakogi/seiya.vim

Screen shot

screeen shot

Usage

Installation

for lazy.nvim

{
  "orumin/ya-seiya.nvim",
  name = "seiya",
  opts = {}
}

Configuration

require("seiya").setup({
    -- automatically enable when neovim starts
    auto_enabled = false,
    -- change highlight groups to clear
    target_groups = {"guibg", "ctermbg"}
})

Commands

Enable

:SeiyaEnable

Disable

:SeiyaDisable

If backgroung color is not updated, try colorshame [your_colorscheme]

About

NeoVim plugin to clear and make transparent background color in (transparent) terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages