Last active
December 24, 2015 04:06
-
-
Save di3goleite/89e98198ccc201febd16 to your computer and use it in GitHub Desktop.
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
" 2 - Packages | |
" 2.1 - Apparence | |
NeoBundle 'morhetz/gruvbox' | |
" Just for term with 256 colors support | |
NeoBundle 'godlygeek/csapprox.git' | |
NeoBundle 'skwp/vim-colors-solarized' | |
NeoBundle 'chrisbra/color_highlight.git' | |
" 2.2 - Git | |
NeoBundle 'tpope/vim-git' | |
NeoBundle 'mattn/gist-vim' | |
NeoBundle 'gregsexton/gitv' | |
" 2.3 - Languages | |
" 2.3.2 - Python | |
NeoBundle 'Yggdroot/indentLine' | |
"" 2.3.6 - PHP | |
NeoBundle 'xsbeats/vim-blade' | |
NeoBundle 'StanAngeloff/php.vim' | |
" 2.3.7 - Markdown | |
NeoBundle 'plasticboy/vim-markdown' | |
" 2.4 - Utilities | |
NeoBundle 'mileszs/ack.vim' | |
NeoBundle 'AndrewRadev/splitjoin.vim' | |
NeoBundle 'terryma/vim-multiple-cursors' | |
NeoBundle 'junegunn/goyo.vim' | |
NeoBundle 'amix/vim-zenroom2' | |
" 2.6 - Project | |
NeoBundle 'sjl/gundo.vim' | |
NeoBundle 'MattesGroeger/vim-bookmarks' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment