mirror of https://github.com/LazyVim/starter
feat: add asian character into spell check excluded
parent
2c06092e53
commit
a72df8d98a
|
@ -4,3 +4,4 @@
|
|||
vim.opt.swapfile = false
|
||||
vim.opt.backup = false
|
||||
vim.opt.writebackup = false
|
||||
vim.opt.spelllang = { "en", "cjk" }
|
||||
|
|
Loading…
Reference in New Issue