Vim MarkDown Headings
This week I have published my first Vim plugin!
Check the documentation for detailed getting started and usage instructions; the source code is available on GitHub.
For most Linux based distributions the install process should be similar to…
mkdir -p ~/git/hub/vim-utilities
git clone git@github.com:vim-utilities/markdown-headings.git
cd markdown-headings
./linked-install.sh
After installation the documentation can be accessed via Vim’s :help
command, eg…
:help markdown-heading-transform
:help markdown-heading-link