You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/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
2 years ago
..
client.rs Passing extra formatting options to LSPs (#2635) 2 years ago
lib.rs fix: lsp: Sort edits by start range, Omnisharp sends them in reverse 2 years ago
transport.rs prevent panic when handling an LSP response with no request (#2475) 2 years ago