Move lsp config to local file structure
This commit is contained in:
parent
e5c3bb2492
commit
20801272fc
383 changed files with 11829 additions and 114 deletions
24
.config/nvim/lsp/cspell_ls.lua
Normal file
24
.config/nvim/lsp/cspell_ls.lua
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---@brief
|
||||
---
|
||||
--- [cspell language server](https://github.com/vlabo/cspell-lsp)
|
||||
---
|
||||
|
||||
---@type vim.lsp.Config
|
||||
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',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue