helix-mirror/helix-lsp/src
farwyler f92a25a856
Passing extra formatting options to LSPs (#2635)
* allows passing extra formatting options to LSPs

- adds optional field 'format' to [[language]] sections in 'languages.toml'

- passes specified options the LSPs via FormattingOptions

* cleaner conversion of formatting properties

* move formatting options inside lsp::Client

* cleans up formatting properties merge
2022-06-05 19:50:57 +09:00
..
client.rs Passing extra formatting options to LSPs (#2635) 2022-06-05 19:50:57 +09:00
lib.rs fix: lsp: Sort edits by start range, Omnisharp sends them in reverse 2022-06-02 14:07:19 +09:00
transport.rs prevent panic when handling an LSP response with no request (#2475) 2022-05-17 14:45:34 +09:00