feat: add asian character into spell check excluded

pull/99/head
fm39hz-laptop 2024-06-04 15:14:01 +07:00
parent 263f7724ad
commit 72ea0c6db7
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" }