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

  • 1.1.1
    0.5.0
  • github.​com
  • github.​com
  • 1 month ago
  • 4 hours ago
  • 6 years ago

Installs

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

Readme

Source
raw.​githubusercontent.​com

LSP-yaml

YAML support for Sublime's LSP plugin. 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.