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

后端 未结 11 2098
自闭症患者
自闭症患者 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 16:52

    The Python source comes with a vim syntax plugin along with a custom vimrc file. Check the python FAQ on vim

提交回复
热议问题