What is the recommended way to use Vim folding for Python code

后端 未结 11 2113
自闭症患者
自闭症患者 2020-12-22 16:33

I am interested in enabling code folding in Vim for Python code. I have noticed multiple ways to do so.

Does anyone have a preferred way to do Python code folding in

11条回答
  •  余生分开走
    2020-12-22 17:17

    Yet another plugin for folding Python code. Rather simple, handling docstrings, and on the GitHub:

    SimpylFold

    Enjoy!

提交回复
热议问题