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

Labels lsp, yaml

Details

  • 0.5.6
    0.5.0
  • github.​com
  • github.​com
  • 5 months ago
  • 3 hours ago
  • 5 years ago

Installs

  • Total 10K
  • Win 3K
  • Mac 4K
  • Linux 3K
Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1
Windows 3 1 4 2 1 6 2 4 1 1 3 4 2 3 1 0 1 1 0 2 3 2 1 1 2 6 2 4 0 1 0 1 2 2 3 0 0 0 2 1 0 7 1 1 0 2
Mac 3 1 0 6 1 0 2 2 0 2 2 3 3 3 5 0 3 3 2 5 5 4 2 4 4 2 4 2 2 1 0 1 1 3 3 3 4 1 4 4 1 4 4 1 1 2
Linux 4 2 0 2 3 4 0 1 3 0 3 3 4 3 1 3 2 6 6 2 3 2 1 3 2 2 8 2 2 3 3 2 3 3 0 4 8 1 2 0 2 3 3 2 2 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.