Make japanese text not cause spell errors
This commit is contained in:
parent
bfff035fa1
commit
c1afe07afd
2
init.fnl
2
init.fnl
@ -49,7 +49,7 @@
|
|||||||
; Text width
|
; Text width
|
||||||
(set vim.opt.textwidth 80)
|
(set vim.opt.textwidth 80)
|
||||||
; Spell options
|
; Spell options
|
||||||
(set vim.opt.spelllang :en_us)
|
(set vim.opt.spelllang "en_us,cjk")
|
||||||
(set vim.opt.spelloptions :camel)
|
(set vim.opt.spelloptions :camel)
|
||||||
; Allow more freedom with the cursor
|
; Allow more freedom with the cursor
|
||||||
(set vim.opt.virtualedit :block)
|
(set vim.opt.virtualedit :block)
|
||||||
|
Reference in New Issue
Block a user