folke / twilight.nvim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting to enable it by default

jim-at-jibba opened this issue · comments

Is there a setting to enable it by default?

Is there a setting to enable it by default?

You can probably do an autocommand to run :TwilightEnable on BufEnter I'd imagine.