sublimelsp / LSP-yaml

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Other


Languages

Language:Python 81.4%Language:Makefile 18.6%