Skip to content

Instantly share code, notes, and snippets.

View shadowmaru's full-sized avatar
:shipit:
Ship it!

Ricardo Shiota Yasuda shadowmaru

:shipit:
Ship it!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am shadowmaru on github.
  • I am shadowmaru (https://keybase.io/shadowmaru) on keybase.
  • I have a public key ASDSp8YtijUg-Hr2ek00HFd3-XypP_-u70uz3Zf8qudFZAo

To claim this, I am signing this object:

set nocompatible
filetype off
set cursorline " highlight current line
set synmaxcol=128
set number " show line numbers
set noswapfile " doesn't generate those awful .swp files
set nobackup " doesn't generate those awful .bkp files
set lazyredraw " redraw only when we need to.
set showmatch " highlight matching [{()}]
set wildignore+=*/tmp/*,*/_build/*,*/node_modules/*,*.so,*.swp,*.zip,*/.git/*,*/coverage/*