Skip to content
This repository was 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

b8e1656 · Dec 7, 2021

History

38 Commits
Aug 1, 2020
Jun 13, 2019
Aug 25, 2020
Feb 28, 2021
Dec 7, 2021
Jun 12, 2019
Feb 28, 2021

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