Disable ale_virtualtext_cursor
This commit is contained in:
parent
8bf90b12d0
commit
68cf3c02e2
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ let g:ale_set_highlights = 0
|
|||
" Only run linting when saving the file
|
||||
let g:ale_lint_on_text_changed = 'never'
|
||||
let g:ale_lint_on_enter = 0
|
||||
let g:ale_virtualtext_cursor = 'disabled'
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in a new issue