-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
OS: Xubuntu 14.10
Neovim: Installed from ppa
nvim --version
NVIM 0.0.0-alpha (compiled Feb 23 2015 00:20:21)
Commit: ?
Build type: RelWithDebInfo
Error Message:
No neovim module found for Python 2.7.8. Try installing it with 'pip install neovim' or see ':help nvim-python'.
When I try to edit .vimrc or .nvimrc, I get the error above. From poking around on the mailing lists, has('python')
triggers the check... which would mean this line:
Line 653 in 61c98e7
if g:vimsyn_embed =~ 'P' && (has("python") || has("python3")) && filereadable(s:pythonpath) |
Metadata
Metadata
Assignees
Labels
No labels