When adding a new row to a dashed list, the sibling folds of the current fold open. I would expect folds to stay unchanged.
Here's a demo: https://www.loom.com/share/61c7cb4af99d46bf991322bd202db109. In the demo I'm just adding a new row (starting with o to add a new line, then just typing - hi).
Does anyone else have this problem or know how I can address it? Possibly it's interference with something else in my vimrc.
Here's the sample text from that demo:
# Level 0
## level 1
### level 2
lorem ipsum
- asdf
- hi
### more stuff
lorem ipsum
### more stuff
lorem ipsum
When adding a new row to a dashed list, the sibling folds of the current fold open. I would expect folds to stay unchanged.
Here's a demo: https://www.loom.com/share/61c7cb4af99d46bf991322bd202db109. In the demo I'm just adding a new row (starting with
oto add a new line, then just typing- hi).Does anyone else have this problem or know how I can address it? Possibly it's interference with something else in my vimrc.
Here's the sample text from that demo: