Twilight.nvim Versions Save

🌅 Twilight is a Lua plugin for Neovim 0.5 that dims inactive portions of the code you're editing using TreeSitter.

v1.0.0

1 year ago

1.0.0 (2023-01-04)

Features

  • added config option for default bg when transparent #20 (04d0f27)
  • added config option to dim inactive windows. Fixes #5 (35b0c01)
  • allow disabling treesitter (8ab43c0)
  • initial version (16f6a9a)

Bug Fixes

  • add setup to init (f5718dd)
  • calc hl group on enable and on ColorScheme. no need to do during setup (9c9adb9)
  • properly dim all windows when Twilight is enabled (30ef601)
  • remove dependency on nvim-treesitter (9531b8e)
  • set extmark prio to 10000 to prevent other plugins to bleed through the dimming. Fixes #4 (0ac66e8)
  • use pcall for treesitter check. Fixes #7 (f722fa2)