diff options
Diffstat (limited to 'lsp/cspell_ls.lua')
| -rw-r--r-- | lsp/cspell_ls.lua | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lsp/cspell_ls.lua b/lsp/cspell_ls.lua new file mode 100644 index 00000000..3588a74b --- /dev/null +++ b/lsp/cspell_ls.lua @@ -0,0 +1,22 @@ +---@brief +--- +--- [cspell language server](https://github.com/vlabo/cspell-lsp) +--- +return { + cmd = { 'cspell-lsp', '--stdio' }, + root_markers = { + '.git', + 'cspell.json', + '.cspell.json', + 'cspell.json', + '.cSpell.json', + 'cSpell.json', + 'cspell.config.js', + 'cspell.config.cjs', + 'cspell.config.json', + 'cspell.config.yaml', + 'cspell.config.yml', + 'cspell.yaml', + 'cspell.yml', + }, +} |
