Use bundler with standardrb

This commit is contained in:
Loic Nageleisen 2024-09-11 19:21:22 +02:00
parent 86d71e17f0
commit 8617f69d4c
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2

1
vimrc
View file

@ -85,6 +85,7 @@ let g:ale_sign_warning = '⚠'
let g:ale_virtualtext_cursor = 0
let g:ale_ruby_rubocop_executable = 'bundle'
let g:ale_ruby_steep_executable = 'bundle'
let g:ale_ruby_standardrb_executable = 'bundle'
let g:go_fmt_command = "goimports"
"let g:ale_linters = {'ruby': ['standardrb']}
"let g:ale_fixers = { 'python': ['black'], 'ruby': ['standardrb'] }