This is a helper package that automatically installs and updates vale-ls
for Sublime Text. Vale is a syntax-aware linter for prose built with speed and extensibility in mind.
To use this package, you must have the LSP package installed.
It's recommended, but not required, to install the LSP-json package which will provide auto-completion and validation for this package's settings.
There are multiple ways to configure the package and the language server.
-
Global configuration:
Preferences > Package Settings > LSP > Servers > LSP-vale-ls
-
Project-specific configuration: From the Command Palette run
Project: Edit Project
and add your settings in:{ "settings": { "LSP": { "LSP-vale-ls": { "initializationOptions": { // Put your settings here } } } } }