diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/ltex.lua')
| -rw-r--r-- | lsp/ltex.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/ltex.lua b/lsp/ltex.lua index c50b91ef..9b3bb242 100644 --- a/lsp/ltex.lua +++ b/lsp/ltex.lua @@ -71,6 +71,7 @@ do end end +---@type vim.lsp.Config return { cmd = { 'ltex-ls' }, filetypes = filetypes, |
