Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable autostart after :LspStop #2987
Problem: The `BufReadPost` handler may autostart LSP, even after `:LspStop`. Solution: Remove the `BufReadPost` handler if there are no clients (assuming that `:LspStop` stopped them). Note: The `BufReadPost` handler will be recreated if user runs `:LspStart`.
- Loading branch information