Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Could not find neovim #27

Closed
ctongfei opened this issue Apr 21, 2018 · 1 comment
Closed

Could not find neovim #27

ctongfei opened this issue Apr 21, 2018 · 1 comment

Comments

@ctongfei
Copy link

python3 -c "import neovim" works perfectly fine.

Error message while starting vim:

[vim-hug-neovim-rpc] failed executing: pythonx import neovim
[vim-hug-neovim-rpc] Vim(pythonx):Traceback (most recent call last):

I have set pyxversion=3.

.vimrc:

set nocompatible              " be iMproved, required
filetype off                  " required
syntax enable

set pyx=3
set pyxversion=3
set backspace=indent,eol,start

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'

" The following are examples of different formats supported.
" Keep Plugin commands between vundle#begin/end.
" plugin on GitHub repo
Plugin 'tpope/vim-fugitive'
Plugin 'derekwyatt/vim-scala'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
let g:airline_powerline_fonts = 1
let g:airline_theme = 'luna'
let g:powerline_symbols = 'unicode'

Plugin 'sheerun/vim-polyglot'

Plugin 'roxma/vim-hug-neovim-rpc'
Plugin 'roxma/nvim-yarp'
Plugin 'shougo/deoplete.nvim'
let g:deoplete#enable_at_startup = 1

Plugin 'zchee/deoplete-jedi'

" All of your Plugins must be added before the following line
call vundle#end()            " required
filetype plugin indent on    " required
@roxma
Copy link
Owner

roxma commented Apr 21, 2018

Duplicate #3

@roxma roxma closed this as completed Apr 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants