mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
shrug, i forgor
This commit is contained in:
parent
428c884e0d
commit
a01bb5c0ed
19 changed files with 538 additions and 68 deletions
|
|
@ -4,7 +4,7 @@
|
|||
---
|
||||
return {
|
||||
cmd = { 'cspell-lsp', '--stdio' },
|
||||
filetypes = {"go", "rust", "js", "ts", "html", "css", "json", "yaml", "markdown", "gitcommit", "typst", "lua", "htmlua"},
|
||||
filetypes = { "go", "rust", "js", "ts", "html", "css", "json", "yaml", "markdown", "gitcommit", "typst", "lua", "htmlua", "c", "cpp", "arduino" },
|
||||
root_markers = {
|
||||
'.git',
|
||||
'cspell.json',
|
||||
|
|
@ -20,4 +20,10 @@ return {
|
|||
'cspell.yaml',
|
||||
'cspell.yml',
|
||||
},
|
||||
init_options = {
|
||||
userWordsFile = vim.fn.expand('~/.config/cspell/user-dictionary.txt'),
|
||||
configPaths = {
|
||||
vim.fn.expand('~/.cspell.json'),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue