fix(nvim): explicitly set fts for ltex_ls
This commit is contained in:
parent
422f14029a
commit
81ef9e20bf
@ -306,6 +306,7 @@ lspconfig.ltex.setup({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
filetypes = { "bib", "markdown", "org", "plaintex", "rst", "rnoweb", "tex", "pandoc" },
|
||||||
capabilities = lsp_capabilities,
|
capabilities = lsp_capabilities,
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user