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.2
    0.5.0
  • github.​com
  • github.​com
  • 3 months ago
  • 2 hours ago
  • 4 years ago

Installs

  • Total 7K
  • Win 2K
  • Mac 3K
  • Linux 2K
Sep 17 Sep 16 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
Windows 3 2 1 1 2 1 1 1 1 0 2 4 5 3 5 1 0 1 3 0 1 1 1 2 1 1 3 2 4 2 1 0 1 1 2 5 0 0 0 1 1 2 1 3 0 1
Mac 2 2 1 1 3 1 3 4 2 2 3 6 3 1 3 3 3 4 1 4 2 5 1 0 0 2 2 3 1 1 3 4 2 2 2 5 3 1 4 5 6 4 2 4 3 1
Linux 5 2 3 1 2 1 2 8 1 1 2 2 3 6 4 7 1 5 1 0 2 0 1 2 1 5 5 1 2 1 1 1 2 4 5 2 3 1 1 5 4 5 3 0 2 2

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.