Vim plugin for highlighting audit tags
The plugin supports @audit, @audit-info, @audit-ok, and @audit-issue tags of vscode-inline-bookmarks
- highlight your audit tags in different styles
- navigation among your audit tags (in progress...)
To install using pathogen.vim:
git clone https://github.com/0x180db/audit-bookmarks.git ~/.vim/bundle/audit-bookmarks
To install using Vundle:
" add this line to your .vimrc file
Plugin '0x180db/audit-bookmarks'
To install using Vim-Plug:
" add this line to your .vimrc file
Plug '0x180db/audit-bookmarks'