How do I enable automatic folds in Vim?

后端 未结 4 608
逝去的感伤
逝去的感伤 2020-12-07 07:52

How do I enable automatic folding in Vim? set foldmethod=syntax doesn\'t seem to do much of anything.

4条回答
  •  执念已碎
    2020-12-07 08:52

    Tried all of the solutions here and none worked with NeoVim v0.3.1 Until I found the vim-javascript plugin and folding started to work.

提交回复
热议问题