[LSP] latex - Add support for latex via LspInstall (#183)

This commit is contained in:
fanmih 2021-03-29 07:16:56 +02:00 committed by GitHub
parent 8159b0735a
commit fc5f8c89dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

4
lua/lsp/latex-ls.lua Normal file
View file

@ -0,0 +1,4 @@
require'lspconfig'.texlab.setup{
cmd = {DATA_PATH .. "/lspinstall/latex/texlab"},
on_attach = require'lsp'.common_on_attach
}