Termux Neovim Vim-plug Support - plug.vim PATH
- Dominant language
- Vim Script
- Stars
- 35.8k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
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
```bash
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 :
```bash
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
- [x] Question
- OS:
- [x ] All/Other
- [ ] Linux
- [ ] macOS
- [ ] Windows
- Vim:
- [ ] Terminal Vim
- [ ] GVim
- [x] Neovim
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.