Disable ALE virtual text

This commit is contained in:
Loic Nageleisen 2023-10-14 17:04:47 +02:00
parent f090e3c9c0
commit 6206773d1d
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2

1
vimrc
View file

@ -64,6 +64,7 @@ set fillchars+=vert:│
" Linters
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:go_fmt_command = "goimports"