ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

LSP-yaml

by sublimelsp ST3

YAML support for Sublime's LSP plugin using yaml-language-server

Details

  • 0.5.0
    0.4.19
  • github.​com
  • github.​com
  • 5 months ago
  • 1 hour ago
  • 4 years ago

Installs

  • Total 6K
  • Win 2K
  • Mac 3K
  • Linux 2K
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12
Windows 4 2 2 5 3 3 0 2 3 4 1 1 0 1 1 2 3 1 1 1 1 5 1 3 3 1 1 3 0 6 3 2 3 2 5 1 6 5 4 0 2 1 3 1 2 2
Mac 2 6 2 0 5 1 3 3 2 7 4 0 0 5 5 2 6 3 2 4 1 3 2 6 5 5 5 2 3 1 0 4 1 0 0 3 8 4 4 2 1 2 3 5 4 3
Linux 1 5 2 3 4 1 5 5 4 4 5 3 1 3 1 1 7 3 4 3 3 3 2 8 5 1 1 2 6 1 4 2 2 3 3 3 3 1 2 1 2 7 2 3 1 5

Readme

Source
raw.​githubusercontent.​com

LSP-yaml

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.

Install

  1. Open the command palette and run Package Control: Install Package, then select LSP
  2. Install LSP-yaml from Package Control
  3. Restart Sublime

Configuration

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).

Development

Clone this repository into your Packages directory. Open the command palette and run Package Control: Satisfy Dependencies.