mirror of
1
0
Fork 0

Disable ale_virtualtext_cursor

This commit is contained in:
Amir 2023-07-15 12:39:43 +02:00
parent 8bf90b12d0
commit 68cf3c02e2
1 changed files with 1 additions and 0 deletions

View File

@ -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'
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""