Skip to content

Commit

Permalink
Set bikkuri and hatena as keywords for filetype ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
5t111111 committed Jul 8, 2016
1 parent 6c5d040 commit 0cb5859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vim/after/ftplugin/ruby.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ setlocal expandtab
setlocal tabstop=2
setlocal shiftwidth=2
setlocal softtabstop=0
setlocal iskeyword+=!,?

" Convert to new Hash syntax
nnoremap <Leader><Leader>rh :<C-u>%s/:\([^ ]*\)\(\s*\)=>/\1:/g<Return>
Expand Down

0 comments on commit 0cb5859

Please sign in to comment.