Created
February 12, 2016 18:46
-
-
Save mikekavouras/bc3e8b16d422a495de8b to your computer and use it in GitHub Desktop.
vim config
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
| Plugin 'Valloric/YouCompleteMe' " autocomplete | |
| Plugin 'marijnh/tern_for_vim' | |
| Plugin 'pangloss/vim-javascript' " js syntax | |
| Plugin 'Raimondi/delimitMate' | |
| Plugin 'scrooloose/syntastic' | |
| Plugin 'fatih/vim-go' " go syntax | |
| Plugin 'tpope/vim-rails' " rails | |
| Plugin 'tpope/vim-haml' " haml/sass/scss | |
| Plugin 'elzr/vim-json' " format json | |
| Plugin 'mustache/vim-mustache-handlebars' " mustache syntax | |
| Plugin 'kballard/vim-swift' | |
| Plugin 'slim-template/vim-slim' | |
| Plugin 'kchmck/vim-coffee-script' | |
| Plugin 'tpope/vim-fugitive' " git wrapper | |
| Plugin 'kien/ctrlp.vim' " file search | |
| Plugin 'tpope/vim-surround' " convenient | |
| Plugin 'scrooloose/nerdTree' " nerdtree | |
| Plugin 'JazzCore/ctrlp-cmatcher' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment