summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2019-04-08 08:44:47 +0200
committerFlorian Pritz <bluewind@xinu.at>2019-04-13 19:31:49 +0200
commit11c0352829e0b7c304ac09521fad6882f0b33321 (patch)
treef5744db8b67f1211f29fe9792cfc19fb289150f4
parentac99f0feaf07a7439e77810acc51b363c5acce5c (diff)
downloaddotfiles-11c0352829e0b7c304ac09521fad6882f0b33321.tar.gz
dotfiles-11c0352829e0b7c304ac09521fad6882f0b33321.tar.xz
vimrc: Disable ALE autocompletion and increase lint delay
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 6e22c63..fc20212 100644
--- a/.vimrc
+++ b/.vimrc
@@ -66,7 +66,8 @@ let g:tex_flavor='latex'
let g:tagbar_phpctags_bin='~/git/phpctags/bin/phpctags'
let g:tagbar_phpctags_memory_limit = '512M'
-let g:ale_completion_enabled = 1
+"let g:ale_completion_enabled = 1
+let g:ale_lint_delay = 2000
" }}}