Notable Vim Plugins - goerz/cookiecutter-pypackage GitHub Wiki
ale: An asynchronous linting plugin. Shows warnings, syntax errors, and style violations in vim's sign column as you edit.
julia-vim: Vim support for the Julia language. Also useful outside of Julia, most importantly because of the way it enables typing mathematical unicode, see Typing mathematical unicode
vim-fugitive: A vim git client. Most notable feature: allow staging individual lines
vim-gitgutter: Show symbols in vim's "sign column" to indicate the git status of each line
vim-pathogen: Organize large plugins neatly in a "bundle folder"
jupytext.vim: Allow to edit Jupyter notebooks (*.ipynb files) directly, with implicit conversion to/from markdown or python