mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-02-15 02:48:10 +00:00
Astronvim config from kabinspace/AstroNvim_user
This commit is contained in:
11
lsp/server-settings/yamlls.lua
Normal file
11
lsp/server-settings/yamlls.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
settings = {
|
||||
yaml = {
|
||||
schemas = {
|
||||
["http://json.schemastore.org/github-workflow"] = ".github/workflows/*.{yml,yaml}",
|
||||
["http://json.schemastore.org/github-action"] = ".github/action.{yml,yaml}",
|
||||
["http://json.schemastore.org/ansible-stable-2.9"] = "roles/tasks/*.{yml,yaml}",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user