shellRaining / hlchunk.nvim

This is the lua implementation of nvim-hlchunk, you can use this neovim plugin to highlight your indent line and the current chunk (context) your cursor stayed
MIT License
472 stars 29 forks source link

[indent]: when edit a file in split window, indent char was cleared #117

Closed shellRaining closed 2 weeks ago

shellRaining commented 1 month ago

Describe the bug when edit a file that open in two split window, one window's ident extmark was cleared

To Reproduce Steps to reproduce the behavior:

  1. open a file
  2. using vsplit to open a new window
  3. edit file in one of window, such as dd of cc

Expected behavior indent mark not clear

Screenshots

image