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
|
-- Description : LaTeX config file for lsp
|
||||||
|
|
||||||
require("lspconfig").texlab.setup {
|
require("lspconfig").texlab.setup {
|
||||||
|
cmd = { vim.fn.stdpath("data") .. "/lsp_servers/latex/texlab" },
|
||||||
settings = {
|
settings = {
|
||||||
build = {
|
build = {
|
||||||
executable = "pdflatex"
|
executable = "pdflatex"
|
||||||
|
Reference in New Issue
Block a user