diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/typos_lsp.lua')
| -rw-r--r-- | lsp/typos_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/typos_lsp.lua b/lsp/typos_lsp.lua index 645906b2..af53ca78 100644 --- a/lsp/typos_lsp.lua +++ b/lsp/typos_lsp.lua @@ -6,6 +6,7 @@ --- A Language Server Protocol implementation for Typos, a low false-positive --- source code spell checker, written in Rust. Download it from the releases page --- on GitHub: https://github.com/tekumara/typos-lsp/releases +---@type vim.lsp.Config return { cmd = { 'typos-lsp' }, root_markers = { 'typos.toml', '_typos.toml', '.typos.toml', 'pyproject.toml', 'Cargo.toml' }, |
