lite-xl / lite-xl-lsp

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

Add callback `Server.on_start` #110

Closed Guldoman closed 6 months ago

Guldoman commented 6 months ago

This is called when the server is started (not initialized). This allows plugins to, for example, define actions to do on server start, like subscribing to events.