Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created February 12, 2016 18:46
Show Gist options
  • Select an option

  • Save mikekavouras/bc3e8b16d422a495de8b to your computer and use it in GitHub Desktop.

Select an option

Save mikekavouras/bc3e8b16d422a495de8b to your computer and use it in GitHub Desktop.
vim config
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