Skip to content

Instantly share code, notes, and snippets.

@M4rtinK
Last active June 2, 2017 13:16
Show Gist options
  • Select an option

  • Save M4rtinK/ac1e5cda58ed6dbd03f5f4ff4305cc81 to your computer and use it in GitHub Desktop.

Select an option

Save M4rtinK/ac1e5cda58ed6dbd03f5f4ff4305cc81 to your computer and use it in GitHub Desktop.
Useful Vim plugins
- vundle - Vim pluging manager: https://github.com/VundleVim/Vundle.vim
- vim-gigutter - display (and manipulate) what changed in file from git version: https://github.com/airblade/vim-gitgutter
- fugitive - git command support: https://github.com/tpope/vim-fugitive
- jedi-vim - Python autocomplete: https://github.com/davidhalter/jedi-vim
- YouCompleteMe - advanced code completion engine with Python support: https://github.com/Valloric/YouCompleteMe
- syntastic - syntax checking and highlighting: https://github.com/vim-syntastic/syntastic
- supertab - makes the tab key more powerful in Vim: https://github.com/ervandew/supertab
- NERD Tree - folder & file tree viewer for Vim: https://github.com/scrooloose/nerdtree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment