fisadev / fisa-vim-config

my vim configuration (lot of python, autocompletition, fuzzy finder, debugger, ...)
http://vim.fisadev.com
1.46k stars 497 forks source link

[deoplete] function deoplete#enable[9]...es[11]..neovim_rpc#serveraddr, line 18 #143

Open shahrooz97 opened 2 years ago

shahrooz97 commented 2 years ago

[deoplete] function deoplete#enable[9]...es[11]..neovim_rpc#serveraddr, line 18 Error detected while processing function deoplete#enable[9]..deoplete#initialize [1]..deoplete#init#_initialize[10]..22_init_internalvariables[29]..neovim rpc#serveraddr: line 18: E605: Exception not caught: [vim-hug-neovim-rpc] requires one of :pythonx impor t [pynvim|neovim] command to work Press ENTER or type command to continue Error detected while processing function deoplete#enable: line 9: E171: Missing :endif Press ENTER or type command to continue

hi i'm using your config but each time i open the app i'm getting this

i just need the theme that you used and the autocompletetion for python thats all

fisadev commented 2 years ago

Hi! That sounds like one of these possibilities:

eduzen commented 1 year ago

I have the same issue when I open vim. I have it for a looong time, but I got used to it. How can I debug which python is your configuration trying to use. I have those dependencies installed with the python version globally configured with pyenv. And maybe this is the issue?

eduzen commented 1 year ago

I have the same issue when I open vim. I have it for a looong time, but I got used to it. How can I debug which python is your configuration trying to use. I have those dependencies installed with the python version globally configured with pyenv. And maybe this is the issue?

Maybe it helps someone else. I fixed it. I'm using mac. And brew has its own python. So installed the python packages for that python and now vim works without those messages.

$(brew --prefix python)/libexec/bin/pip install -U pip pynvim flake8 pylint isort jedi