sublimelsp / LSP-rust-analyzer

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

Remove unused settings and fix some minor style inconsistencies #52

Closed rchl closed 2 years ago

rchl commented 2 years ago

Removed settings that are not handled by the server itself but by the vscode extension and don't have equivalent handling in this package.

When syncing new options it's best to just look at the diff of changes so that we don't restore those options again in the future.