mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: disable spell checking
This commit is contained in:
parent
feb5572d0c
commit
23d7afcc7b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@
|
|||
vim.opt.swapfile = false
|
||||
vim.opt.backup = false
|
||||
vim.opt.writebackup = false
|
||||
vim.opt.spelllang = { "en", "cjk" }
|
||||
vim.opt.spelllang = {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue