How to configure vim spellcheck to use two languages
Solution 1:
:help 'spelllang'
tells that the option can contain "A comma separated list of word list names." So, the following should work already:
:set spelllang=en_us,de_de
:help 'spelllang'
tells that the option can contain "A comma separated list of word list names." So, the following should work already:
:set spelllang=en_us,de_de