mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-30 15:10:33 +00:00
init
This commit is contained in:
11
nvim/lua/config/lsp_servers/yamlls.lua
Normal file
11
nvim/lua/config/lsp_servers/yamlls.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
filetypes = { 'yaml', 'yml' },
|
||||
settings = {
|
||||
yaml = {
|
||||
schemas = {
|
||||
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*',
|
||||
Kubernetes = '/*k8s.yaml',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user