Skip to content

Instantly share code, notes, and snippets.

@bkrn
Created April 30, 2017 23:42
Show Gist options
  • Save bkrn/954a9e3267a2225e5f8b2ef1194699a6 to your computer and use it in GitHub Desktop.
Save bkrn/954a9e3267a2225e5f8b2ef1194699a6 to your computer and use it in GitHub Desktop.
My vim rc and notes
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'scrooloose/syntastic'
Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' }
Plug 'rust-lang/rust.vim'
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment