Last active
June 2, 2017 13:16
-
-
Save M4rtinK/ac1e5cda58ed6dbd03f5f4ff4305cc81 to your computer and use it in GitHub Desktop.
Useful Vim plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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