use vim-plug instead of vundle for plugin management
This commit is contained in:
parent
972383492b
commit
d2a81fbd6b
6 changed files with 2118 additions and 45 deletions
|
|
@ -1,5 +1,8 @@
|
|||
" Neomake
|
||||
let g:neomake_ruby_enabled_makers = ['rubocop']
|
||||
let g:neomake_ruby_rubocop_maker = {
|
||||
\ 'args': ['--except', 'Style/TrailingComma,Style/Documentation,Metrics/ClassLength,Metrics/ModuleLength,Metrics/MethodLength,Style/SignalException'],
|
||||
\}
|
||||
|
||||
" vim-rspec mappings
|
||||
nnoremap <Leader>t :call RunCurrentSpecFile()<CR>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue