diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/texlab.lua')
| -rw-r--r-- | lsp/texlab.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/texlab.lua b/lsp/texlab.lua index f22239c9..17984848 100644 --- a/lsp/texlab.lua +++ b/lsp/texlab.lua @@ -132,6 +132,7 @@ local function buf_change_env(client, bufnr) }, { bufnr = bufnr }) end +---@type vim.lsp.Config return { cmd = { 'texlab' }, filetypes = { 'tex', 'plaintex', 'bib' }, |
