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(),
],
};
Integrate yaml-language-server into Volar
Volar plugin for yaml-language-server
.
npm install volar-service-yaml
volar.config.js
module.exports = {
services: [
require('volar-service-yaml').create(),
],
};