Merge branch 'dev' into gentoo
nvim: fix texlab lsp config
This commit is contained in:
commit
8b4f516857
@ -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"
|
||||
|
Reference in New Issue
Block a user