Merge branch 'dev' into gentoo

nvim:
        fix texlab lsp config
This commit is contained in:
David JULIEN 2021-10-18 22:49:26 +02:00
commit 8b4f516857
No known key found for this signature in database
GPG Key ID: 4B388E8BD9D47382
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
-- Description : LaTeX config file for lsp
require("lspconfig").texlab.setup {
cmd = { vim.fn.stdpath("data") .. "/lsp_servers/latex/texlab" },
settings = {
build = {
executable = "pdflatex"