mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-17 14:54:15 +00:00
feat(nvim): another configuration tweak round
added snippets!
This commit is contained in:
7
config/nvim/snippets/yaml.json
Normal file
7
config/nvim/snippets/yaml.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"schema (modeline)": {
|
||||
"body": "# yaml-language-server: $$schema=${1:url}",
|
||||
"description": "https://github.com/redhat-developer/yaml-language-server#using-inlined-schema",
|
||||
"prefix": "schema (modeline)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user