mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
spell: turn off spell check cause its annoying
This commit is contained in:
parent
f53425d391
commit
48a93f44a1
2 changed files with 1 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue