Files
dotfiles/nvim/lua/config/lsp_servers/yamlls.lua
Lee Tang 3a86f8ebc2 updates
2022-03-28 15:21:17 +08:00

12 lines
293 B
Lua

return {
filetypes = { 'yaml', 'yml' },
settings = {
yaml = {
schemas = {
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*',
Kubernetes = { '/*k8s.yaml', '/*k8s.yml' },
},
},
},
}