aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-lsp-installer/servers/texlab/init.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/nvim-lsp-installer/servers/texlab/init.lua b/lua/nvim-lsp-installer/servers/texlab/init.lua
index 6415986f..398da0b5 100644
--- a/lua/nvim-lsp-installer/servers/texlab/init.lua
+++ b/lua/nvim-lsp-installer/servers/texlab/init.lua
@@ -19,8 +19,7 @@ return server.Server:new {
root_dir = root_dir,
installer = {
std.ensure_executables {
- { "pdflatex" },
- "A TeX distribution is not installed. Refer to https://www.latex-project.org/get/.",
+ { "pdflatex" , "A TeX distribution is not installed. Refer to https://www.latex-project.org/get/." },
},
std.untargz_remote(("https://github.com/latex-lsp/texlab/releases/download/%s/%s"):format(VERSION, target)),
},