We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1be11a commit 8d63384Copy full SHA for 8d63384
.vimrc
@@ -12,6 +12,7 @@ set noswapfile
12
set showmatch
13
set smartcase
14
set tabstop=2
15
+set nowrap
16
set ruler
17
syntax on
18
filetype off
@@ -38,3 +39,4 @@ NeoBundle "tpope/vim-rails"
38
39
NeoBundle "Shougo/neocomplcache-rsense.vim"
40
NeoBundle "Shougo/unite.vim"
41
NeoBundle "ujihisa/unite-rake"
42
+NeoBundle "ngmy/vim-rubocop"
0 commit comments