feat: disable spell checking

pull/98/head
fm39hz-laptop 2024-08-01 09:45:08 +07:00
parent feb5572d0c
commit 23d7afcc7b
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
vim.opt.swapfile = false
vim.opt.backup = false
vim.opt.writebackup = false
vim.opt.spelllang = { "en", "cjk" }
vim.opt.spelllang = {}