Package detail

volar-service-yaml

volarjs903.6kMIT0.0.64

Integrate yaml-language-server into Volar

volar-service

readme

volar-service-yaml

Volar plugin for yaml-language-server.

Installation

npm install volar-service-yaml

Usage

volar.config.js

module.exports = {
    services: [
        require('volar-service-yaml').create(),
    ],
};

License

MIT © Remco Haszing