Skip to content

Instantly share code, notes, and snippets.

@lwakefield
Last active August 27, 2018 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lwakefield/d16a68666a86c667a8571a83c998c902 to your computer and use it in GitHub Desktop.
Save lwakefield/d16a68666a86c667a8571a83c998c902 to your computer and use it in GitHub Desktop.
init.vim
call plug#begin('~/.vim/plugged')
Plug 'junegunn/fzf.vim'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-sensible'
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-rsi'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-sleuth'
Plug 'ludovicchabant/vim-gutentags'
Plug 'michaeljsmith/vim-indent-object'
Plug 'sheerun/vim-polyglot'
Plug 'airblade/vim-rooter'
call plug#end()
colorscheme zellner
set expandtab
set shiftwidth=4
set timeoutlen=1000 ttimeoutlen=0
set magic
let g:netrw_liststyle=3
nnoremap > >>
nnoremap < <<
vnoremap > >gv
vnoremap < <gv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment