mirror of
https://github.com/amix/vimrc
synced 2025-06-28 18:44:59 +08:00
Disable ale_virtualtext_cursor
This commit is contained in:
@ -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'
|
||||||
|
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
Reference in New Issue
Block a user