Created
April 11, 2015 21:15
-
-
Save g1ra/a01e46839986ac60d130 to your computer and use it in GitHub Desktop.
vim pl
This file contains 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
Plugin 'Valloric/YouCompleteMe' | |
Plugin 'vim-scripts/vim-auto-save' | |
Plugin 'Lokaltog/vim-easymotion' | |
Plugin 'SirVer/ultisnips' | |
Plugin 'honza/vim-snippets' | |
Plugin 'mattn/emmet-vim' | |
Plugin 'klen/python-mode' | |
Plugin 'davidhalter/jedi-vim' | |
Plugin 'scrooloose/nerdtree' | |
Plugin 'tpope/vim-repeat' | |
Plugin 'mattn/pastebin-vim' | |
Plugin 'Lokaltog/powerline' | |
Plugin 'scrooloose/syntastic' | |
Plugin 'https://github.com/majutsushi/tagbar' | |
Plugin 'techlivezheng/vim-plugin-minibufexpl' | |
Plugin 'nathanaelkane/vim-indent-guides' | |
Plugin 'mattn/webapi-vim' | |
Plugin 'mattn/gist-vim' | |
Plugin 'Shougo/neocomplete.vim' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment