vimrc読書会 http://vim-jp.org/reading-vimrc/
@username
19 | " Vim options {{{ 20 | " ### Indent ### {{{
86 | " 漢には不要 87 | set noswapfile
64 | set hlsearch 65 | nohlsearch
89 | " on だと guard が複数回実行されてしまう問題がある 90 | set nowritebackup