This week I’ve published a project for building a Makefile for Vim plugin installation. Check the documentation for detailed getting started and usage instructions, the source code is available on GitHub. What follows is the TLDR for installation and usage…

Clone

mkdir -vp ~/git/hub/vim-utilities

cd ~/git/hub/vim-utilities

git clone git@github.com:vim-utilities/build-vim-makefile.git

Install

cd ~/git/hub/vim-utilities/build-vim-makefile

make install

Usage

Make a directory for Vim new plugin project…

mkdir -p ~/git/hub/vim-utilities/project-name

Run build-vim-makefile script for new project…

build-vim-makefile --path ~/git/hub/vim-utilities/project-name\
                   --author "S0AndS0"\
                   --version "0.0.1"