nvim: Add criticmarkup highlighting

Added simple plugin for some highlighting of criticmarkup.
Criticmarkup is a neat way of doing 'track-changes' in markdown. It's a
bit cumbersome to read just the way it is when there's a lot of changes
however and this plugin helps immensely with that.

There is also a github gist out there which helps using pandoc to turn
Microsoft Word tracked changes into criticmarkup formatted markdown.
Amazing to work with through vim instead of the annoying Office suites!
This commit is contained in:
Marty Oehme 2022-02-11 20:33:38 +01:00
parent ed37e29a30
commit f1ec3c05f1
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ require("packer").startup(function()
-- writing
use {'vim-pandoc/vim-pandoc-syntax', ft = 'pandoc'}
use {'vim-pandoc/vim-pandoc', ft = 'pandoc'}
use {'vim-pandoc/vim-criticmarkup', ft = 'pandoc'} -- highlights for criticmarkup
use 'micarmst/vim-spellsync' -- personal dict improvements for git sync
use { -- provide distraction free writing
'Pocco81/TrueZen.nvim',