aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/ale.vim
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-06-16 00:55:31 +0800
committergxlin <[email protected]>2021-06-16 22:39:15 +0800
commitf456d790b007c3841549ec35a996483135cceec3 (patch)
treee9352e4806ebe27326dba032ef6929157344f87f /.vim/plugins/ale.vim
parenta3c1649a195cf87db6581b5a8c703fa867462210 (diff)
downloaddotfiles-f456d790b007c3841549ec35a996483135cceec3.tar.gz
dotfiles-f456d790b007c3841549ec35a996483135cceec3.tar.bz2
dotfiles-f456d790b007c3841549ec35a996483135cceec3.zip
Add vim-godot plug
Diffstat (limited to '.vim/plugins/ale.vim')
-rw-r--r--.vim/plugins/ale.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vim/plugins/ale.vim b/.vim/plugins/ale.vim
index f092c62..105bfa8 100644
--- a/.vim/plugins/ale.vim
+++ b/.vim/plugins/ale.vim
@@ -1,6 +1,6 @@
-Plug 'dense-analysis/ale'
-
let g:ale_linters_explicit = 1
+let g:ale_completion_enabled = 1
+let g:ale_completion_autoimport = 1
let g:ale_completion_delay = 500
let g:ale_echo_delay = 20
let g:ale_lint_delay = 500