mirror of
https://github.com/amix/vimrc
synced 2025-06-17 02:15:01 +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
|
||||
let g:ale_lint_on_text_changed = 'never'
|
||||
let g:ale_lint_on_enter = 0
|
||||
let g:ale_virtualtext_cursor = 'disabled'
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
Reference in New Issue
Block a user