diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-04-08 08:44:47 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-04-13 19:31:49 +0200 |
commit | 11c0352829e0b7c304ac09521fad6882f0b33321 (patch) | |
tree | f5744db8b67f1211f29fe9792cfc19fb289150f4 | |
parent | ac99f0feaf07a7439e77810acc51b363c5acce5c (diff) | |
download | dotfiles-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-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 " }}} |