diff options
Diffstat (limited to 'lsp/cspell_ls.lua')
| -rw-r--r-- | lsp/cspell_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/cspell_ls.lua b/lsp/cspell_ls.lua index 3588a74b..d33d51f8 100644 --- a/lsp/cspell_ls.lua +++ b/lsp/cspell_ls.lua @@ -2,6 +2,7 @@ --- --- [cspell language server](https://github.com/vlabo/cspell-lsp) --- +---@type vim.lsp.Config return { cmd = { 'cspell-lsp', '--stdio' }, root_markers = { |
