style(nvim): format lsp

This commit is contained in:
Price Hiller 2023-02-16 17:47:09 -06:00
parent 81ef9e20bf
commit 7e7ee7a999

View File

@ -213,8 +213,8 @@ lspconfig.yamlls.setup({
settings = {
redhat = {
telemetry = {
enabled = false
}
enabled = false,
},
},
yaml = {
schemas = {
@ -241,8 +241,8 @@ lspconfig.yamlls.setup({
},
kubernetes = {
"*.k8s",
"*.k8s.*"
}
"*.k8s.*",
},
},
},
},