From fb1fa8287f874babe60c2a6dbc08633aed4a2f9b Mon Sep 17 00:00:00 2001 From: Anshuman Medhi Date: Mon, 18 Oct 2021 19:17:53 +0800 Subject: Remove the pdflatex check (#174) Texlab can work with other engines such as `tectonic`, unless you want to check for all compatible latex engines we should remove this check Closes #172 --- lua/nvim-lsp-installer/servers/texlab/init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/nvim-lsp-installer/servers/texlab/init.lua b/lua/nvim-lsp-installer/servers/texlab/init.lua index b415d662..ff4890ad 100644 --- a/lua/nvim-lsp-installer/servers/texlab/init.lua +++ b/lua/nvim-lsp-installer/servers/texlab/init.lua @@ -13,9 +13,6 @@ return function(name, root_dir) root_dir = root_dir, homepage = "https://github.com/latex-lsp/texlab", installer = { - std.ensure_executables { - { "pdflatex", "A TeX distribution is not installed. Refer to https://www.latex-project.org/get/." }, - }, context.use_github_release_file( "latex-lsp/texlab", coalesce( -- cgit v1.2.3-70-g09d2