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 Request] Way to not dim comment above function #25

Open duarm opened 2 years ago

duarm commented 2 years ago

my setup for twilight is pretty basic, just highlight the current function

require("twilight").setup {
    expand = {
        "function_definition",
    },
}

I would like to not dim the documentation comment above my functions, kinda hard to see image

is this achievable in some way?

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 4 days ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.