Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Termux Neovim Vim-plug Support - plug.vim PATH #1235

Open
2 of 10 tasks
gokayburuc opened this issue Mar 23, 2023 · 1 comment
Open
2 of 10 tasks

Termux Neovim Vim-plug Support - plug.vim PATH #1235

gokayburuc opened this issue Mar 23, 2023 · 1 comment

Comments

@gokayburuc
Copy link

I am using Termux on my Tablet and Android. I installed Neovim from this app and works properly well. I wanted to use vim-plug with my neovim on my tablet

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

For VIM and NEOVIM installation in termux I get system error because "/.vim" path does not exist.

Instead i found using fzf :

usr/share/vim/vim90/autoload/ 
usr/share/nvim/runtime/autoload/

I have several questions:

  1. Do i need to create a plug.vim file in these paths?
  2. Do i need to find another .config folder in termux?



  • Type:
    • Bug
    • Enhancement
    • Feature Request
    • Question
  • OS:
    • [x ] All/Other
    • Linux
    • macOS
    • Windows
  • Vim:
    • Terminal Vim
    • GVim
    • Neovim
@ghost
Copy link

ghost commented Mar 23, 2023

@gokayburuc
Could you try to create ~/.vim directory or change install directory.
e.g.
$ mkdir ~/.vim
or

$ sudo curl -fLo /usr/share/{vim | nvim}/{vim90|runtime}/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant