Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 944 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 944 Bytes

audit-bookmarks

Vim plugin for highlighting audit tags

highlighting screenshot

The plugin supports @audit, @audit-info, @audit-ok, and @audit-issue tags of vscode-inline-bookmarks

Features

  • highlight your audit tags in different styles
  • navigation among your audit tags (in progress...)

Installation

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'