From 9c7a090cc8a0a0439786f2deae63a372ca1d9ddf Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 23 Sep 2022 20:36:20 +0300 Subject: [PATCH] neovim(lsp): add yaml ft for schemastore --- neovim/.config/nvim/after/plugin/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/.config/nvim/after/plugin/lsp.lua b/neovim/.config/nvim/after/plugin/lsp.lua index 5683ee0..47f8e2e 100644 --- a/neovim/.config/nvim/after/plugin/lsp.lua +++ b/neovim/.config/nvim/after/plugin/lsp.lua @@ -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 = {