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.
Use any plugin manager.
Example using vim-plug:
Plug 'ssd04/vim-piano-chords-latex'
:PianoChordsToLatex
Testing is performed using Vader package.
make test-newenv
- delete empty lines
- global variables checks
- autoload
- filetype plugin setup
- documentation + gif example
MIT