jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

Neovim with Python 3.6 #263

Closed ggerico closed 4 years ago

ggerico commented 7 years ago

Orgmode is working in neovim with python 3.5 but not with 3.6 which is the current python version of brew. Uninstall the 3.6 via brew.

This link will install the 3.5 version on OSX.

pip3 install neovim
pip3 install --upgrade neovim

It should work again. :)

XVilka commented 5 years ago

I think it is fixed, tried to reproduce but no luck. Can you confirm it was fixed?

XVilka commented 4 years ago

Closing as no response, please open a new one if you still meet this bug.