You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: g:python_host_prog is not set. Searching for python2 in the environment.
WARNING: pyenv is not set up optimally.
ADVICE:
Create a virtualenv specifically for Neovim using pyenv, and set g:python_host_prog. This will avoid the need to install the pynvim module in each version/virtualenv.
INFO: Executable: /usr/bin/python2
INFO: Python version: 2.7.17
INFO: pynvim version: 0.2.0 (outdated; from /usr/lib/python2.7/dist-packages/neovim)
Problems summary
these warning on the botom of nvim.
Load Plugins keybinds error:Vim(let):E716: Key not present in Dictionary: b.b = 'Buffer List'
Load Plugins keybinds error:Vim(let):E716: Key not present in Dictionary: b.n = 'Next Buffer'
Load Plugins keybinds error:Vim(let):E716: Key not present in Dictionary: b.p = 'Prev Buffer'
Load Plugins keybinds error:Vim(let):E716: Key not present in Dictionary: b.d = 'Kill Buffer'
Load Plugins keybinds error:Vim(let):E716: Key not present in Dictionary: b.u = 'Undo Kill'
Environment Information
OS:
thinkvim
:echo g:thinkvim_version
output:2.6.5neovim
:version
output:0.4.4:checkhealth
or:CheckHealth
result(neovim only):health#coc#check
========================================================================
OK: Environment check passed
OK: Javascript bundle build/index.js found
OK: Service started
health#nvim#check
Configuration
Performance
Remote Plugins
terminal
health#provider#check
Clipboard (optional)
Python 2 provider (optional)
g:python_host_prog
is not set. Searching for python2 in the environment.g:python_host_prog
. This will avoid the need to install the pynvim module in each version/virtualenv.Python 3 provider (optional)
Ruby provider (optional)
neovim-ruby-host
not found.gem install neovim
to ensure the neovim RubyGem is installed.gem environment
to ensure the gem bin directory is in $PATH.Node.js provider (optional)
How to reproduce the problem from neovim startup (Required!)
Screenshot (if possible)
The text was updated successfully, but these errors were encountered: