-
-
Save metaphox/5388030 to your computer and use it in GitHub Desktop.
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
| . Bundle 'gmarik/vundle' | |
| . Bundle 'MarcWeber/vim-addon-mw-utils' | |
| "various utils such as caching interpreted contents of files or advanced glob like things | |
| . Bundle 'tomtom/tlib_vim' | |
| "provides some utility functions | |
| . Bundle 'airblade/vim-gitgutter' | |
| "Vim + git added / changed lines | |
| + Bundle 'terryma/vim-multiple-cursors' | |
| "multiple cursors | |
| . Bundle 'altercation/vim-colors-solarized' | |
| "solarized theme | |
| . Bundle 'spf13/vim-colors' | |
| "some colour themes | |
| . Bundle 'tpope/vim-surround' | |
| "surrondings (s) | |
| . Bundle 'spf13/vim-autoclose' | |
| "auto close tags | |
| . Bundle 'kien/ctrlp.vim' | |
| "ctrl+p for quick file switching | |
| . Bundle 'vim-scripts/sessionman.vim' | |
| "session manager | |
| . Bundle 'matchit.zip' | |
| " | |
| + Bundle 'Lokaltog/powerline' | |
| "the new powerline | |
| . Bundle 'Lokaltog/vim-easymotion' | |
| . Bundle 'godlygeek/csapprox' | |
| . Bundle 'jistr/vim-nerdtree-tabs' | |
| . Bundle 'flazz/vim-colorschemes' | |
| . Bundle 'mbbill/undotree' | |
| . Bundle 'myusuf3/numbers.vim' | |
| . Bundle 'nathanaelkane/vim-indent-guides' | |
| . Bundle 'vim-scripts/restore_view.vim' | |
| . Bundle 'airblade/vim-gitgutter' | |
| . Bundle 'tpope/vim-abolish.git' | |
| . Bundle 'scrooloose/syntastic' | |
| . Bundle 'tpope/vim-fugitive' | |
| . Bundle 'mattn/webapi-vim' | |
| . Bundle 'mattn/gist-vim' | |
| . Bundle 'scrooloose/nerdcommenter' | |
| . Bundle 'godlygeek/tabular' | |
| . Bundle 'majutsushi/tagbar' | |
| . Bundle 'Shougo/neocomplcache' | |
| . Bundle 'Shougo/neosnippet' | |
| ! Bundle 'honza/vim-snippets' | |
| . Bundle 'spf13/PIV' | |
| + Bundle 'arnaud-lb/vim-php-namespace' | |
| . Bundle 'klen/python-mode' | |
| . Bundle 'python.vim' | |
| . Bundle 'python_match.vim' | |
| . Bundle 'pythoncomplete' | |
| . Bundle 'leshill/vim-json' | |
| . Bundle 'groenewege/vim-less' | |
| . Bundle 'pangloss/vim-javascript' | |
| . Bundle 'briancollins/vim-jst' | |
| . Bundle 'kchmck/vim-coffee-script' | |
| . Bundle 'derekwyatt/vim-scala' | |
| . Bundle 'derekwyatt/vim-sbt' | |
| . Bundle 'amirh/HTML-AutoCloseTag' | |
| . Bundle 'hail2u/vim-css3-syntax' | |
| + Bundle 'tpope/vim-haml' | |
| . Bundle 'tpope/vim-rails' | |
| + Bundle 'jnwhiteh/vim-golang' | |
| + Bundle 'spf13/vim-gocode' | |
| . Bundle 'tpope/vim-markdown' | |
| . Bundle 'spf13/vim-preview' | |
| . Bundle 'tpope/vim-cucumber' | |
| . Bundle 'quentindecock/vim-cucumber-align-pipes' | |
| . Bundle 'Puppet-Syntax-Highlighting' | |
| + Bundle 'beyondwords/vim-twig' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment