cmp-spell icon indicating copy to clipboard operation
cmp-spell copied to clipboard

Multiple Languages

Open JirR02 opened this issue 2 years ago • 3 comments

Is it possible to use multiple languages as a language source?

JirR02 avatar Aug 24 '22 18:08 JirR02

yes. Check :help spelllang. e.g in lua you can set vim.opt.spelllang = {'en', 'it'}.

f3fora avatar Aug 24 '22 18:08 f3fora

I tried this with vim.opt.spelllang = {'en_gb', 'de'}, both are installed and it did not work. Any help on how to troubleshoot?

ducks4rule avatar Aug 15 '23 08:08 ducks4rule

What works for me is vim.opt.spelllang = 'en_us,fr'.

prncss-xyz avatar Oct 12 '23 02:10 prncss-xyz