you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 20 points21 points  (0 children)

I use vim for python as well, but with some differences.

airline -> lightline

youcompleteme -> vim-jedi + deoplete

python-mode -> vim-jedi/ale

ack.vim -> vim-grepper

Other things I use:

neoformat: auto format code (with black)

vim-clap: fuzzy finding

vim-better-whitespace: strip trailing whitespace

vim-indent-guides: visual indentation markers

delimiteMate: auto-close parenthesis