1
0
mirror of https://github.com/amix/vimrc synced 2025-07-09 02:25:00 +08:00

Merge branch 'master' into sources

This commit is contained in:
Wu Tingfeng
2023-07-24 11:19:52 +08:00
54 changed files with 770 additions and 167 deletions

View File

@ -168,6 +168,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'
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""