diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -221,3 +221,8 @@ let g:ctrlp_custom_ignore = '\v[\/](coverage|vendor|tmp|.tmp|bower_components|no "MatchTagAlways "============== let g:mta_filetypes = { 'html' : 1 } + +"RuboCop +"======= +let g:vimrubocop_keymap = 0 +nmap <Leader>r :RuboCop<CR> |
