# HG changeset patch # User Meredith Howard # Date 1490649200 14400 # Node ID 4d01cb9a0bb1d17f86fda34fbb158cf7b4800b63 # Parent 465a3a6c2ff7a442fd03ee7e7ed7870f24f0e490 add vinarise - hex edit helper diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -68,6 +68,7 @@ let s:filename=expand('') Plugin 'tpope/vim-fugitive' Plugin 'ludovicchabant/vim-lawrencium' + Plugin 'Shougo/vinarise.vim' Plugin 'asciidoc/vim-asciidoc' Plugin 'vim-perl/vim-perl' Plugin 'sheerun/vim-polyglot'