folke / twilight.nvim

🌅 Twilight is a Lua plugin for Neovim 0.5 that dims inactive portions of the code you're editing using TreeSitter.
Apache License 2.0
1.24k stars 21 forks source link

Setting to enable it by default #6

Closed jim-at-jibba closed 3 years ago

jim-at-jibba commented 3 years ago

Is there a setting to enable it by default?

eric-hansen commented 3 years ago

Is there a setting to enable it by default?

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