Files
ry.kazcloud.dev/node_modules/volar-service-yaml/README.md
Ryan Kazokas d181f77fb2
All checks were successful
Build and Push / build (push) Successful in 55s
Updates dockerfile
2026-02-16 15:09:37 -05:00

26 lines
383 B
Markdown

# volar-service-yaml
Volar plugin for [`yaml-language-server`](https://github.com/redhat-developer/yaml-language-server).
## Installation
```sh
npm install volar-service-yaml
```
## Usage
`volar.config.js`
```js
module.exports = {
services: [
require('volar-service-yaml').create(),
],
};
```
## License
[MIT](LICENSE) © [Remco Haszing](https://github.com/remcohaszing)