sublimelsp / LSP-rust-analyzer

Convenience package for rust-analyzer
MIT License
70 stars 11 forks source link

Fix settings to actually be respected #17

Closed Rapptz closed 3 years ago

Rapptz commented 3 years ago

The rust-analyzer binary expects these settings to be part of the LSP initializationOptions rather than in the settings key. However, since the expected format doesn't expect a "rust-analyzer." prefix those have been removed as well to make our lives easier.

Rapptz commented 3 years ago

I'm gonna go back to the drawing board for this one.