Add texlab LSP for LaTeX files

This commit is contained in:
Evie Litherland-Smith 2023-01-25 13:53:40 +00:00
parent 9b6bf8371f
commit d6e2c38ef7
2 changed files with 6 additions and 0 deletions

BIN
bin/texlab Executable file

Binary file not shown.

View file

@ -175,3 +175,9 @@ require('lspconfig')['sumneko_lua'].setup {
flags = lsp_flags,
capabilities = capabilities,
}
require('lspconfig')['texlab'].setup {
on_attach = on_attach,
flags = lsp_flags,
capabilities = capabilities,
}