From be2b3864431796407cae0ebbe341bf392ae6fd1e Mon Sep 17 00:00:00 2001 From: Teo Date: Mon, 27 Sep 2021 15:29:49 -0500 Subject: Improve the CI for the fmt (#103) --- lua/nvim-lsp-installer/dispatcher.lua | 2 +- lua/nvim-lsp-installer/servers/texlab/init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-lsp-installer/dispatcher.lua b/lua/nvim-lsp-installer/dispatcher.lua index 7a53d17d..0ad41897 100644 --- a/lua/nvim-lsp-installer/dispatcher.lua +++ b/lua/nvim-lsp-installer/dispatcher.lua @@ -1,4 +1,4 @@ -local notify = require("nvim-lsp-installer.notify") +local notify = require "nvim-lsp-installer.notify" local M = {} diff --git a/lua/nvim-lsp-installer/servers/texlab/init.lua b/lua/nvim-lsp-installer/servers/texlab/init.lua index 57f4c050..47dfb09d 100644 --- a/lua/nvim-lsp-installer/servers/texlab/init.lua +++ b/lua/nvim-lsp-installer/servers/texlab/init.lua @@ -18,7 +18,7 @@ return function(name, root_dir) 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)), }, -- cgit v1.2.3-70-g09d2