aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/texlab.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/texlab.lua')
-rw-r--r--lsp/texlab.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lsp/texlab.lua b/lsp/texlab.lua
index 17984848..cf6a5215 100644
--- a/lsp/texlab.lua
+++ b/lsp/texlab.lua
@@ -164,8 +164,6 @@ return {
formatterLineLength = 80,
},
},
- ---@param client vim.lsp.Client
- ---@param bufnr integer
on_attach = function(client, bufnr)
for _, cmd in ipairs({
{ name = 'TexlabBuild', fn = buf_build, desc = 'Build the current buffer' },