vim/coc-settings.json

25 lines
819 B
JSON

{
"cmake.lsp.enable": true,
"diagnostic.enableHighlightLineNumber": false,
"diagnostic.errorSign": "▸",
"diagnostic.hintSign": "▸",
"diagnostic.infoSign": "▸",
"diagnostic.warningSign": "▸",
"yaml.schemas": {
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/definitions/playbook": [
"/home/*/.config/local.yaml",
"/home/*/.config/local/*.yaml",
"/Users/*/.config/local.yaml",
"/Users/*/.config/local/*.yaml"
],
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/definitions/tasks": [
"tasks.yaml",
"tasks/*.yaml"
],
"https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [
".gitlab-ci.yml",
".gitlab/ci/*.yml"
]
}
}