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: highlight x lines above and y lines below, w/o treesitter #34

Closed hacker-DOM closed 1 month ago

hacker-DOM commented 1 year ago

Hi there,

it would be great if there way a way to use this plugin w/o treesitter, just highlighting eg the current line. I am currently using limelight for that (see my config below), but I would like to use this plugin instead...

let g:limelight_bop = '^'
let g:limelight_eop = '$'
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 1 month ago

This issue was closed because it has been stalled for 7 days with no activity.