We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbf3fe commit 0d9aaf9Copy full SHA for 0d9aaf9
lua/modules/lsp/servers/texlab.lua
@@ -1,19 +1,5 @@
1
local util = require("lspconfig.util")
2
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
12
13
14
- Unconfigured = 3,
15
16
17
local function buf_build(bufnr)
18
bufnr = util.validate_bufnr(bufnr)
19
local texlab_client = util.get_active_client_by_name(bufnr, "texlab")
0 commit comments