summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2015-09-06 19:21:22 +0200
committerAhmed Abdelhalim <[email protected]>2015-09-06 19:21:22 +0200
commit319d44555b7a1dc09654c8af9b93c0852419847d (patch)
treee8b46d75b0142b155bba78454d141c47a89a49b6 /.vimrc
parentd5bad74dda5df6c41bac3c6cca1633cb710a3b98 (diff)
Add RuboCop configuration
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index be19ce7..1ae0440 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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>