mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 03:33:03 +03:00
ALE lint on insert
This commit is contained in:
parent
478e9d9bc5
commit
9c0374e0a3
1 changed files with 1 additions and 0 deletions
|
|
@ -587,6 +587,7 @@ let g:ale_list_window_size = 7
|
|||
let g:ale_close_preview_on_insert = 1
|
||||
let g:ale_lint_on_text_changed = 'never'
|
||||
let g:ale_lint_on_enter = 0
|
||||
let g:ale_lint_on_insert_leave = 0
|
||||
let g:ale_completion_enabled = 0
|
||||
let g:ale_linter_aliases = {'svelte': ['css', 'javascript']}
|
||||
let g:ale_linters = {'python': ['pyls'], 'tex': ['chktex'], 'cpp': ['clang'], 'vue': ['eslint'], 'typescript': ['tsserver', 'tslint'], 'svelte': ['eslint']}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue