fix: disable unsupported asian characters spellchecking (#3259)

This commit is contained in:
Jakub Reroń 2022-10-16 11:52:40 +02:00 committed by GitHub
parent 2a3b9510bc
commit 7715900525
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,7 @@ M.load_default_options = function()
}
--- SETTINGS ---
vim.opt.spelllang:append "cjk" -- disable spellchecking for asian characters (VIM algorithm does not support it)
vim.opt.shortmess:append "c" -- don't show redundant messages from ins-completion-menu
vim.opt.shortmess:append "I" -- don't show the default intro message
vim.opt.whichwrap:append "<,>,[,],h,l"