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

feature: disable twilight for certain filetypes #37

Closed daUnknownCoder closed 4 months ago

daUnknownCoder commented 5 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

twilight starts in Telescope, dashboard which is not intended

Describe the solution you'd like

an excluded_filetypes in twilight config

Describe alternatives you've considered

none

Additional context

image dashboard ⬆️

t184256 commented 5 months ago
exclude = {}, -- exclude these filetypes
daUnknownCoder commented 4 months ago
exclude = {}, -- exclude these filetypes

Sorry I missed that thanks...