vimconf/README.md

24 lines
660 B
Markdown

## vim plugin manager for myself
> This is a vim plugin manager tools using vim-plug inorder to learn and cop for many devices and os .
#### Install using script
```bash
curl https://open.nativeng.org/soragui/vimconf/raw/branch/master/tools/install.sh | sh
```
Open vim in the terminal and :PlugInstall to install the plugin.
## Install mannually
```bash
git clone https://open.nativeng.org/soragui/vimconf.git
cd vimconfplug
cp -r autoload/ ~/.vim/
cp .vimrc ~/
```
## Reference Link
1. [VIM-PLUG](https://github.com/junegunn/vim-plug)
2. [OH-MY-VIM](https://github.com/liangxianzhe/oh-my-vim)
3. [OH-MY-ZSH](https://github.com/robbyrussell/oh-my-zsh)