ironic this was hampered by a spelling mistake

This commit is contained in:
Daylin Morgan 2025-02-14 09:15:24 -06:00
parent 877f05a54b
commit 3e86b2313d
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -33,7 +33,6 @@ vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile", }, {
}
for _, file in ipairs(cspell_files) do
if vim.fn.findfile(file, ".;") ~= "" then
vim.notify(file)
vim.opt_local.spell = false
break
end