Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 715 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 715 Bytes

vim-piano-chords-latex

A simple text to latex syntax Vim plugin.

Since most of the songs with chords are set up in a text format, I decided to create a small Vim plugin to convert the text to latex songs format.

Installation

Use any plugin manager.

Example using vim-plug:

Plug 'ssd04/vim-piano-chords-latex'

Usage

:PianoChordsToLatex

Testing

Testing is performed using Vader package.

Prerequisite

Run

make test-newenv

TODO

  • delete empty lines
  • global variables checks
  • autoload
  • filetype plugin setup
  • documentation + gif example

License

MIT