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

Errors detected during using vim (after installing) #116

Open Himan10 opened 4 years ago

Himan10 commented 4 years ago

[vim-hug-neovim-rpc] Vim(pythonx):ModuleNotFoundError: No module named 'neovim' Error detected while processing function deoplete#enable[9]..deoplete#initialize[1]..deoplete#init#_initialize[10]..<SNR>110_init_intern al_variables[28]..neovim_rpc#serveraddr: line 18: E605: Exception not caught: [vim-hug-neovim-rpc] requires one of:pythonx import [pynvim|neovim]command to work Press ENTER or type command to continue Error detected while processing function deoplete#enable: line 9: E171: Missing :endi These error appear everytime i'm using vim alongwith your configuration in .vimrc, i don't know why it's showing "No module named neovim" coz i've a module similiar like that i.e., neovim.

fisadev commented 4 years ago

Hi!

Have you installed all the dependencies from the instructions at vim.fisadev.com? And are you using virtualenvs? If so, remember that if you want to use the editor from inside the venv, you need its dependencies installed in the venv too.