spell probs
This commit is contained in:
parent
aa4c3ecdae
commit
634e165d47
2 changed files with 4 additions and 3 deletions
|
@ -28,12 +28,12 @@ vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile", }, {
|
||||||
"cSpell.json",
|
"cSpell.json",
|
||||||
".cSpell.json",
|
".cSpell.json",
|
||||||
".cspell.config.json",
|
".cspell.config.json",
|
||||||
"cpsell.config.yaml",
|
"cspell.config.yaml",
|
||||||
".cpsell.config.yaml",
|
".cspell.config.yaml",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, file in ipairs(cspell_files) do
|
for _, file in ipairs(cspell_files) do
|
||||||
if vim.fn.findfile(file, ".;") ~= "" then
|
if vim.fn.findfile(file, ".;") ~= "" then
|
||||||
|
vim.notify(file)
|
||||||
vim.opt_local.spell = false
|
vim.opt_local.spell = false
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|
|
@ -75,3 +75,4 @@ href
|
||||||
chainable
|
chainable
|
||||||
doxorubicin
|
doxorubicin
|
||||||
clonality
|
clonality
|
||||||
|
intratumoral
|
||||||
|
|
Loading…
Add table
Reference in a new issue