sveltejs / svelte-atom

Syntax, diagnostics, and other smarts for Svelte in Atom
MIT License
30 stars 11 forks source link

Implement language server settings as options #16

Open rixo opened 2 years ago

rixo commented 2 years ago

The language server has a host of settings, some of which should probably be exposed to the user as config options in the plugin.

Passing initial configuration and configuration updates seems to be well supported by the Atom LS client, so this shouldn't be too hard to implement.