Skip to content

Instantly share code, notes, and snippets.

@marekmierzwa
marekmierzwa / vimrc
Created April 14, 2016 07:36
vimrc
call plug#begin()
Plug 'airblade/vim-gitgutter'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'editorconfig/editorconfig-vim'
Plug 'garbas/vim-snipmate' | Plug 'marcweber/vim-addon-mw-utils' | Plug 'tomtom/tlib_vim'
Plug 'honza/vim-snippets'
Plug 'rking/ag.vim'
Plug 'scrooloose/syntastic'
#!/usr/bin/env ruby
# A quick script to download all your files from CloudApp.
# To run this just run the script passing your e-mail & password
# to the script, for example:
#
# sudo gem install cloudapp_api
# ruby cloudapp-export.rb adam@atechmedia.com mypassword
#