aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/texlab.lua
diff options
context:
space:
mode:
authorIgor <igorlfs@ufmg.br>2025-08-18 23:41:27 -0300
committerIgor <igorlfs@ufmg.br>2025-08-18 23:41:27 -0300
commitec27b247a5e25f6997b66aee30090eda18efaa27 (patch)
tree6430c1e4e840c0936a6796009fcc3b6cd509e0e8 /lsp/texlab.lua
parentchore: add type annotation for configs (diff)
downloadnvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar
nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar.gz
nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar.bz2
nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar.lz
nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar.xz
nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.tar.zst
nvim-lspconfig-ec27b247a5e25f6997b66aee30090eda18efaa27.zip
chore: miscellaneous type fixes
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' },