mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
This adds events for: * a document being opened * a document being closed * a language server sending the initialized notification * a language server exiting and also moves some handling done for these scenarios into hooks, generally moving more into helix-view. A hook is also added on `DocumentDidChange` which sends the `text_document_did_change` notification - this resolves a TODO in `document`.