diff --git a/init.fnl b/init.fnl index 78dc6ad..0074dbe 100644 --- a/init.fnl +++ b/init.fnl @@ -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)