Skip to content

Commit 0d9aaf9

Browse files
fix texlab deprecated function
1 parent bdbf3fe commit 0d9aaf9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lua/modules/lsp/servers/texlab.lua

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
local util = require("lspconfig.util")
22

3-
local texlab_build_status = vim.tbl_add_reverse_lookup({
4-
Success = 0,
5-
Error = 1,
6-
Failure = 2,
7-
Cancelled = 3,
8-
})
9-
10-
local texlab_forward_status = vim.tbl_add_reverse_lookup({
11-
Success = 0,
12-
Error = 1,
13-
Failure = 2,
14-
Unconfigured = 3,
15-
})
16-
173
local function buf_build(bufnr)
184
bufnr = util.validate_bufnr(bufnr)
195
local texlab_client = util.get_active_client_by_name(bufnr, "texlab")

0 commit comments

Comments
 (0)