Skip to content

Python 3 support #61

@lbmn

Description

@lbmn

To get it working in Termux (which defaults to Python 3, as everything should), I had to:

  • apt install vim-python

  • ~/.vim/bundle/nim.vim/autoload/nim.vim: replace the "pyfile" line with:
    exe '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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions