Skip to content

Instantly share code, notes, and snippets.

@waiteb3
Last active December 5, 2015 02:57
Show Gist options
  • Save waiteb3/1cf90a53381da79d993f to your computer and use it in GitHub Desktop.
Save waiteb3/1cf90a53381da79d993f to your computer and use it in GitHub Desktop.
call plug#begin('~/.vim/plugged')
Plug 'vim-scripts/CycleColor'
Plug 'flazz/vim-colorschemes'
Plug 'fatih/vim-go', { 'for': 'go' }
Plug 'derekwyatt/vim-scala', { 'for': 'scala' }
Plug 'jimenezrick/vimerl', { 'for': 'erlang' }
Plug 'leafgarland/typescript-vim', { 'for': 'typescript' }
Plug 'editorconfig/editorconfig-vim'
Plug 'airblade/vim-gitgutter'
Plug 'scrooloose/syntastic'
Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer --omnisharp-completer' }
call plug#end()
set t_Co=256
set backspace=2
colorscheme flatlandia
nmap <space> :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment