fix(nvim): properly provide filetypes for azure_pipelines_ls
This commit is contained in:
parent
18bbdd2c25
commit
3d0a18c7c3
@ -261,7 +261,7 @@ lspconfig.azure_pipelines_ls.setup({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
filetypes = "azure-pipelines",
|
filetypes = { "azure-pipelines" },
|
||||||
capabilities = lsp_capabilities,
|
capabilities = lsp_capabilities,
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user