diff options
author | Guangxiong Lin <[email protected]> | 2022-09-27 09:26:20 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-09-27 09:26:20 +0800 |
commit | 3ae526f69af79e35b42e361af25bda260d9e6f15 (patch) | |
tree | b1700c3c12ec991185f10037367b752efd1595b9 | |
parent | 4e34842a89a626c031160381fcd683d06bd53ce3 (diff) | |
download | dotfiles-3ae526f69af79e35b42e361af25bda260d9e6f15.tar.gz dotfiles-3ae526f69af79e35b42e361af25bda260d9e6f15.tar.bz2 dotfiles-3ae526f69af79e35b42e361af25bda260d9e6f15.zip |
Use virtual text in ALE vim
-rw-r--r-- | .vim/after/plugin/ale.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/ale.vim b/.vim/after/plugin/ale.vim index 104823b..2f616cd 100644 --- a/.vim/after/plugin/ale.vim +++ b/.vim/after/plugin/ale.vim @@ -5,6 +5,7 @@ let g:ale_lint_on_insert_leave = 1 let g:ale_sign_error = 'E>' let g:ale_sign_warning = 'W>' let g:ale_hover_cursor = 0 +let g:ale_virtualtext_cursor = 1 let g:ale_linters = { \ 'c': ['clangd', 'cc', 'ccls'], |