Setting up Vim for Python

前端 未结 8 553
情书的邮戳
情书的邮戳 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:34

    Re: the dead "Turning Vim Into A Modern Python IDE" link, back in 2013 I saved a copy, that I converted to a HTML page as well as a PDF copy:

    http://persagen.com/files/misc/Turning_vim_into_a_modern_Python_IDE.html

    http://persagen.com/files/misc/Turning_vim_into_a_modern_Python_IDE.pdf

    Edit (Sep 08, 2017) updated URLs.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题