mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Use bundler for steep
This commit is contained in:
parent
e70ac24deb
commit
82581bb4cb
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
|
@ -71,6 +71,7 @@ let g:ale_sign_error = '✖'
|
|||
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:go_fmt_command = "goimports"
|
||||
"let g:ale_linters = {'ruby': ['standardrb']}
|
||||
"let g:ale_fixers = { 'python': ['black'], 'ruby': ['standardrb'] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue