Files
dotfiles/config/nvim/snippets/yaml.json
2024-10-03 01:51:39 +03:00

8 lines
224 B
JSON

{
"schema (modeline)": {
"body": "# yaml-language-server: $$schema=${1:url}",
"description": "https://github.com/redhat-developer/yaml-language-server#using-inlined-schema",
"prefix": "schema (modeline)"
}
}