spell: turn off spell check cause its annoying

This commit is contained in:
kossLAN 2024-09-28 19:39:17 -04:00
parent f53425d391
commit 48a93f44a1
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
2 changed files with 1 additions and 10 deletions

View file

@ -29,7 +29,7 @@ opt.showmatch = true -- Highlight matching parentheses, etc
opt.incsearch = true
opt.hlsearch = true
opt.spell = true
opt.spell = false
opt.spelllang = 'en'
opt.expandtab = true