feat: add asian character into spell check excluded

pull/98/head
fm39hz-laptop 2024-06-04 15:14:01 +07:00
parent 2c06092e53
commit a72df8d98a
1 changed files with 1 additions and 0 deletions

View File

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