themer/cli/packages/vim/README.md

16 lines
419 B
Markdown
Raw Normal View History

2020-04-25 19:41:12 +00:00
# @themer/vim
2017-01-22 04:48:42 +00:00
2016-11-29 14:00:44 +00:00
A vim theme template for [themer](https://github.com/mjswensen/themer).
2016-11-27 06:10:52 +00:00
## Installation & usage
Install this module wherever you have `themer` installed:
2020-04-25 19:41:12 +00:00
npm install @themer/vim
2016-11-27 06:10:52 +00:00
2020-04-25 19:41:12 +00:00
Then pass `@themer/vim` as a `-t` (`--template`) arg to `themer`:
2016-11-27 06:10:52 +00:00
2020-04-25 19:41:12 +00:00
themer -c my-colors.js -t @themer/vim -o gen
2016-11-27 06:10:52 +00:00
Installation instructions for the generated theme file will be included in `<output dir>/README.md`.