remove default spellcheck

This commit is contained in:
Fabian Imhof 2024-09-27 10:58:23 +02:00
parent 5975e1b573
commit 28f257fcb1
1 changed files with 0 additions and 1 deletions

View File

@ -81,5 +81,4 @@ vim.opt.scrolloff = 10
-- Spellchecker -- Spellchecker
vim.opt.spelllang = 'en' vim.opt.spelllang = 'en'
vim.opt.spell = true
vim.opt.spellfile = os.getenv 'HOME' .. '/.config/nvim/spell/en.utf-8.add' vim.opt.spellfile = os.getenv 'HOME' .. '/.config/nvim/spell/en.utf-8.add'