vimconf/README.md

24 lines
660 B
Markdown
Raw Permalink Normal View History

2020-09-21 14:38:35 +00:00
## 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 .
2018-05-28 08:44:33 +00:00
2020-09-21 14:38:35 +00:00
#### Install using script
2018-05-28 08:44:33 +00:00
2020-09-21 14:38:35 +00:00
```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
2018-05-28 08:44:33 +00:00
```bash
2020-09-21 14:14:30 +00:00
git clone https://open.nativeng.org/soragui/vimconf.git
2020-09-14 16:06:12 +00:00
cd vimconfplug
2018-07-06 02:59:55 +00:00
cp -r autoload/ ~/.vim/
2018-05-28 08:44:33 +00:00
cp .vimrc ~/
```
2020-09-21 14:38:35 +00:00
## Reference Link
2020-09-21 14:17:07 +00:00
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)