How to debounce the linter? #3875
Unanswered
coolaj86
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment 2 replies
-
Does g:ale_lint_on_save help?
For overview of how ALE trigger lints and options to control it check:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just started using
tsserver
as my linter for JSDoc + JavaScript, and it absolutely make vim unusable. There are 30 second pauses every time I edit an@param
... or just at random while typing.Is there a way to debounce a particular linter so that it only kicks in on save or after 5s without keystrokes or something like that?
Beta Was this translation helpful? Give feedback.
All reactions