lite-xl / lite-xl-lsp

LSP Plugin for Lite XL editor
MIT License
160 stars 21 forks source link

Wait `quit_timeout` before closing the server #73

Closed Guldoman closed 1 year ago

Guldoman commented 1 year ago

This avoids that the server is closed and immediately reopened when closing the last file managed by it and then opening a new one.

This also removes a process.wait that sometimes caused stutter.