nvim-scrollbar icon indicating copy to clipboard operation
nvim-scrollbar copied to clipboard

Highlight group for out of focus window

Open catgoose opened this issue 3 years ago • 0 comments

I use show_in_active_only currently, but I would like to be able to set a highlight group for the scrollbar in inactive windows instead of hiding it. There is already a highlight option to set the highlight group, maybe this can be expanded to be:

{
  handle = {
    highlight = "CursorLine",
    inactive_highlight = "CursorLine",
  }
}

catgoose avatar Aug 15 '22 13:08 catgoose