neovim(lsp): add yaml ft for schemastore

This commit is contained in:
2022-09-23 20:36:20 +03:00
parent e8a01597d4
commit 9c7a090cc8

View File

@@ -109,7 +109,7 @@ for _, server in ipairs(servers) do
end
if server == "jsonls" then
opts.filetypes = { "json", "jsonc" }
opts.filetypes = { "json", "jsonc", "yaml" }
opts.settings = {
json = {
format = {