spellcheck default false

This commit is contained in:
hollorol 2024-07-31 15:13:36 +02:00
parent 5d4f90bbeb
commit ae3ef247c0

View File

@ -9,5 +9,5 @@ vim.opt.mouse="a"
vim.opt.clipboard="unnamedplus"
vim.g.mapleader = " "
vim.g.maplocalleader = ","
vim.opt.spell = true
-- vim.opt.spell = true
vim.opt.ignorecase = true