Make japanese text not cause spell errors

This commit is contained in:
Alexander Rosenberg 2023-01-26 17:01:22 -08:00
parent bfff035fa1
commit c1afe07afd
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

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)