mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Disable ale_virtualtext_cursor
This commit is contained in:
parent
8bf90b12d0
commit
68cf3c02e2
@ -165,6 +165,7 @@ let g:ale_set_highlights = 0
|
|||||||
" Only run linting when saving the file
|
" Only run linting when saving the file
|
||||||
let g:ale_lint_on_text_changed = 'never'
|
let g:ale_lint_on_text_changed = 'never'
|
||||||
let g:ale_lint_on_enter = 0
|
let g:ale_lint_on_enter = 0
|
||||||
|
let g:ale_virtualtext_cursor = 'disabled'
|
||||||
|
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
Loading…
Reference in New Issue
Block a user