YAML support for Sublime's LSP plugin. Basically a fork of sublimelsp/LSP-json.
Uses yaml-language-server to provide validation, formatting and other features for YAML files. See linked repository for more information.
By default, schemas are automatically retrieved from schemastore.org.
- Open the command palette and run
Package Control: Install Package
, then selectLSP
- Install
LSP-yaml
from Package Control - Restart Sublime
Open configuration file using command palette with Preferences: LSP-yaml Settings
command or opening it from the Sublime menu (Preferences > Package Settings > LSP > Servers > LSP-yaml
).
Clone this repository into your Packages directory. Open the command palette and run Package Control: Satisfy Dependencies.