ironic this was hampered by a spelling mistake
This commit is contained in:
parent
877f05a54b
commit
3e86b2313d
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile", }, {
|
||||||
}
|
}
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue