An open API service indexing awesome lists of open source software.

https://github.com/matt-snider/vim-guitar-tab

A simple guitar tab viewer for NeoVim :guitar:
https://github.com/matt-snider/vim-guitar-tab

Last synced: 6 months ago
JSON representation

A simple guitar tab viewer for NeoVim :guitar:

Awesome Lists containing this project

README

          

# vim-guitar-tab

A simple, experimental guitar tab viewer in NeoVim.

![vim-guitar-tab example](screenshots/example.png)

## Installation

Add the following to your vim config file:

```vim
Plug 'matt-snider/vim-guitar-tab'
au BufRead,BufNewFile *.tab set filetype=guitartab
```

## Features

* Syntax highlighting
* Floating chord diagrams
* Built in chord database

## TODO

These are things I plan to implement:

* Navigate through chord alternatives
* Highlight of tablature
* Autoscroll
* Chord definitions: scan for chord diagrams in file in various format
* e.g. C x32010
* e.g. chord diagram (both vertical and horizontal formats)
* Don't show string state line if there is none