themer/cli/packages/vim-lightline/README.md

16 lines
513 B
Markdown
Raw Normal View History

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