blueyed / vim-diminactive

Vim plugin to dim inactive windows
336 stars 12 forks source link

use winhl in neovim #38

Closed teto closed 4 years ago

teto commented 7 years ago

hi, Neovim introduced a window-local option that might be faster to use than say colorcolumn or syntax (quite harmful on my computer), i.e. "winhl". Also I am a bit sad when there is no doc folder though I could help with that if you agree.

thanks for the cool plugin

blueyed commented 7 years ago

Thanks for reminding me.

  1. I am using something based on https://github.com/neovim/neovim/pull/6597#issuecomment-299475512 already.

  2. docs would be great, maybe just based on the README for now?

teto commented 7 years ago

cool. I will send a PR for the doc