Skip to content

blinds.nvim emphasizes the current window by shading the non-active windows

License

Notifications You must be signed in to change notification settings

jceb/blinds.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blinds.nvim emphasizes the current window

blinds.nvim emphasizes the current window by shading the non-active windows.

Blinds animation

Installation

Lazy:

{
  -- https://github.com/jceb/blinds.nvim
  "jceb/blinds.nvim",
  -- init = function()
  --   vim.g.blinds_guibg = "##969694" -- custom color
  -- end,
  config = true,
}

Customization

Set variable g:blinds_guibg to the desired color in init.vim.

Example that will shade the other windows in grey:

let g:blinds_guibg = "#969694"

or via lua:

vim.g.blinds_guibg = "##969694"

Requirements

neovim version 0.2 and above that supports the winhighlight feature.

About

blinds.nvim emphasizes the current window by shading the non-active windows

Topics

Resources

License

Stars

Watchers

Forks

Languages