diff --git a/.vim/after/ftplugin/ruby.vim b/.vim/after/ftplugin/ruby.vim index aa57655..60fea90 100644 --- a/.vim/after/ftplugin/ruby.vim +++ b/.vim/after/ftplugin/ruby.vim @@ -7,6 +7,7 @@ setlocal expandtab setlocal tabstop=2 setlocal shiftwidth=2 setlocal softtabstop=0 +setlocal iskeyword+=!,? " Convert to new Hash syntax nnoremap rh :%s/:\([^ ]*\)\(\s*\)=>/\1:/g