update ideavimrc

This commit is contained in:
Lee Tang
2023-09-06 15:49:29 +08:00
parent 6c747fc2dd
commit 8da6a37f54
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ local servers = {
yaml = {
schemas = {
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*',
['https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.json'] = {
['https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v2.0/schema.json'] = {
'/*swagger.yaml',
'/*swagger.yml',
},