mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Disable ALE virtual text
This commit is contained in:
parent
f090e3c9c0
commit
6206773d1d
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue