To get it working in [Termux](https://termux.com) (which defaults to Python 3, [as everything should](https://wiki.python.org/moin/Python2orPython3)), I had to:
* apt install vim-python * ~/.vim/bundle/[nim.vim](https://github.com/zah/nim.vim)/autoload/nim.vim: replace the "pyfile" line with: 'py3file ' . fnameescape(s:plugin_path) . '/nim_vim.py' * ~/.vim/bundle/nim.vim/autoload/nim_vim.py: remove Queue from the import line, and add: from multiprocessing import Queue
