diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/ltex_plus.lua')
| -rw-r--r-- | lsp/ltex_plus.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/ltex_plus.lua b/lsp/ltex_plus.lua index e5444f97..dfbe14b5 100644 --- a/lsp/ltex_plus.lua +++ b/lsp/ltex_plus.lua @@ -36,6 +36,7 @@ local function get_language_id(_, filetype) return language_id_mapping[filetype] or filetype end +---@type vim.lsp.Config return { cmd = { 'ltex-ls-plus' }, filetypes = { |
