nvim-config

Log | Files | Refs | Submodules | README

commit e9cdff2123dbc1760a51e1f58afea8de9ed03282
parent 1d79d5583e343963068cfcd52816ec87ab28d525
Author: Thomas Vigouroux <me@vigoux.eu>
Date:   Fri, 10 May 2024 09:03:32 +0200

tex: less texlab logging

Diffstat:
Mlua/lsp_config.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/lsp_config.lua b/lua/lsp_config.lua @@ -339,7 +339,7 @@ local system_lsps = { end)(), texlab = { - command = { "texlab", "-vvvv" }, + command = { "texlab" }, filetypes = { "tex", "bib", "latex" }, root_markers = { ".latexmkrc", ".git" }, ucommands = {