Make japanese text not cause spell errors

This commit is contained in:
2023-01-26 17:01:22 -08:00
parent bfff035fa1
commit c1afe07afd

View File

@ -49,7 +49,7 @@
; Text width
(set vim.opt.textwidth 80)
; Spell options
(set vim.opt.spelllang :en_us)
(set vim.opt.spelllang "en_us,cjk")
(set vim.opt.spelloptions :camel)
; Allow more freedom with the cursor
(set vim.opt.virtualedit :block)