vim configure install
autoload | ||
tools | ||
.vimrc | ||
LICENSE | ||
README.md |
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
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
git clone https://open.nativeng.org/soragui/vimconf.git
cd vimconfplug
cp -r autoload/ ~/.vim/
cp .vimrc ~/