mattn / efm-langserver

General purpose Language Server
MIT License
1.35k stars 61 forks source link

Launching many instances of the linter #180

Open lupont opened 2 years ago

lupont commented 2 years ago

Without setting lint-debounce in the config file, EFM seems to keep launching instances of the linter when updating a text document. In my case, I'm using neovim with the flake8 linter, and it kept happening when updating the document in insert mode.

Just by adding lint-debounce in my config.yaml the issue seems resolved. Maybe there could be a short comment in the README explaining to do this, or at least that there seems to be no default?

Great program, I admire the work you've put into this :)