tc50cal / vim-terminal

A Vim plugin that opens an interactive terminal in a buffer for running programs
67 stars 5 forks source link

TerminalSplit Command Not Working in Mac #3

Open alpha-titan opened 2 years ago

alpha-titan commented 2 years ago

Hi, I am having an issue using the terminal plugin in neovim, Every other plugin is working fine except for the Terminal plugin.

System Spec: macOS- Monterey neovim - 0.5.1 python3 - 3.9 vim is installed via brew

I have shared the image when I try to run TerminalSplit bash or TerminalSplit zsh

Screenshot 2021-11-02 at 8 58 31 PM

I did try installing mac vim, but it doesn't solve the issue, again the same error.

can someone help me figure out what the issue is?

luyangliuable commented 2 years ago

Smae

white1or1black commented 2 years ago

me too

developer-3 commented 2 years ago

pip3 install pynvim solved this for me

MGazori commented 1 year ago

Hi @alpha-titan @luyangliuable @white1or1black I have same problem and i can fix it on my mac with these steps: try install these python pip package: python -m pip install setuptools python -m pip install --upgrade pynvim note: you can install it with python3 instead python read this article