mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Add (disabled) standardrb linter
This commit is contained in:
parent
6206773d1d
commit
0fb676032e
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
|
@ -67,6 +67,8 @@ let g:ale_sign_warning = '⚠'
|
||||||
let g:ale_virtualtext_cursor = 0
|
let g:ale_virtualtext_cursor = 0
|
||||||
let g:ale_ruby_rubocop_executable = 'bundle'
|
let g:ale_ruby_rubocop_executable = 'bundle'
|
||||||
let g:go_fmt_command = "goimports"
|
let g:go_fmt_command = "goimports"
|
||||||
|
"let g:ale_linters = {'ruby': ['standardrb']}
|
||||||
|
"let g:ale_fixers = {'ruby': ['standardrb']}
|
||||||
|
|
||||||
let g:ale_completion_enabled = 1
|
let g:ale_completion_enabled = 1
|
||||||
set omnifunc=ale#completion#OmniFunc
|
set omnifunc=ale#completion#OmniFunc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue