chrisgrieser / nvim-origami

Fold with relentless elegance.
MIT License
193 stars 2 forks source link

[Bug]: Comments are not fold #3

Closed kobzar closed 1 year ago

kobzar commented 1 year ago

Bug Description

Commented line are not folded.

Relevant Screenshot

No response

To Reproduce

When i try to fold some of commented block folding doesn't work Not for H key not for zf key When i try to zf i've got error "E350: Cannot create fold with current 'foldmethod'"

neovim version

0.9.4

Make sure you have done the following

chrisgrieser commented 1 year ago

This plugin does not alter the foldmethod in any way, so you probably have an issue with some other plugin. Try disabling origami and then folding with zc, which I assume will also not work.

If I am wrong, and the issue goes away after disabling origami, please comment with more detailed reproduction steps (concrete code, other folding plugins you have installed, etc.) and I'll re-open