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:
- Host: GitHub
- URL: https://github.com/matt-snider/vim-guitar-tab
- Owner: matt-snider
- Created: 2019-10-21T21:05:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T11:31:51.000Z (over 5 years ago)
- Last Synced: 2025-07-02T04:48:30.878Z (6 months ago)
- Language: Vim script
- Homepage:
- Size: 123 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-guitar-tab
A simple, experimental guitar tab viewer in NeoVim.

## 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