2KAbhishek / termux2k

CLI Dev Setup in Your Hands ✋📱
GNU General Public License v3.0
132 stars 25 forks source link

[ENH]: vim setup not working correctly #3

Closed iiHaSTe closed 2 years ago

iiHaSTe commented 2 years ago

Description

after running this command

./setup.sh -a
# then
vim .

Show me this message after vim command

this plugin needs python3 compiled.
Press ENTER or type command to continue

Screenshot_2022-08-14-13-00-09-18_84d3000e3f4017145260f7618db1d683

how i can fix that?? 🤔

Additional Information

No response

iiHaSTe commented 2 years ago

well i fix this problem with this commands

apt install vim-gtk -y
# then install websockets
pip install websockets
# finally just install vim pluging
vim +PlugInstall

and Sorry for the trouble 😅

2KAbhishek commented 2 years ago

Thanks so much for pointing this out @DasTech7 , the problem was with the Ghosttext plugin in vim, I have removed it, it's not that useful on termux anyways.

Running the setup script now shouldn't cause this issue anymore.

2KAbhishek commented 2 years ago

Also if you like vim, you can also try out my neovim setup It's my go to editor now. ❤️