Add coc-yaml config
This commit is contained in:
parent
1184062dc7
commit
441343fd7c
12
.vim/coc-settings.json
Normal file
12
.vim/coc-settings.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"yaml.schemas": {
|
||||||
|
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/playbook": [
|
||||||
|
"./*.yaml"
|
||||||
|
],
|
||||||
|
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/tasks": [
|
||||||
|
"./roles/*/handlers/*.yaml",
|
||||||
|
"./roles/*/tasks/*.yaml",
|
||||||
|
"./tasks.yaml"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user