Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

ghsable/vimpacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimpacks

vimpacks is a plugin management tool for Vim7 and later.

<HOME>
├─ .vim
│  └─ pack
│     └─ vimpacks
│        ├─ start
│        │ └─ *          : plugins(autoload)
│        └─ opt
│          └─ *          : plugins(lazyload)
└─ .config
   └─ vimpacks
      ├─ start.list : config-file(start)
      └─ opt.list   : config-file(opt)

README.gif

Requirement

Installation

# Download
git clone --depth=1 https://github.com/ghsable/vimpacks.git
# Deploy config-files
cp -r vimpacks/.config ~/
# Set env
export EDITOR='your text editor'
export PATH=${PATH}:/path/to/vimpacks
# Edit config-files
vimpacks -e start
vimpacks -e opt

Usage

INSTALL/UNINSTALL :

vimpacks -i

UPDATE :

vimpacks -u

EDIT :

vimpacks -e start
vimpacks -e opt

HELP :

vimpacks -h

Thanks