Skip to content

Instantly share code, notes, and snippets.

View Kappaton's full-sized avatar

河童惇 Kappaton

  • japan
View GitHub Profile
@Kappaton
Kappaton / .vimrc
Created September 9, 2017 06:24
my .vimrc
call plug#begin('~/.vim/plugged')
Plug 'altercation/vim-colors-solarized'
Plug 'bronson/vim-trailing-whitespace'
Plug 'airblade/vim-gitgutter'
Plug 'ervandew/supertab'
Plug 'scrooloose/syntastic'
Plug 'tpope/vim-surround'
Plug 'vim-ruby/vim-ruby'
Plug 'othree/html5.vim'