Setting up Vim for Python

前端 未结 8 649
情书的邮戳
情书的邮戳 2020-12-22 15:04

I really like the Emacs editor for Python because of it\'s smart tabbing for instance if I have something like this

def foo():
    if bar:
         blah
             


        
8条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-22 15:36

    There is a bundled collection of Vim plugins for Python development: http://www.vim.org/scripts/script.php?script_id=3770

提交回复
热议问题