fix(nvim): properly provide filetypes for azure_pipelines_ls

This commit is contained in:
Price Hiller 2023-06-04 23:22:44 -05:00
parent 18bbdd2c25
commit 3d0a18c7c3
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -261,7 +261,7 @@ lspconfig.azure_pipelines_ls.setup({
},
},
},
filetypes = "azure-pipelines",
filetypes = { "azure-pipelines" },
capabilities = lsp_capabilities,
on_attach = on_attach,
})