mirror of https://github.com/LazyVim/starter
feat: add asian character into spell check excluded
parent
263f7724ad
commit
72ea0c6db7
|
@ -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