From eb104c81765f3b91c95e4d9653fd2b498e09096c Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 25 Jul 2016 22:40:15 +0200 Subject: [PATCH] use instant markdown instead of livedown --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 0e25fe0..f6423ef 100644 --- a/vimrc +++ b/vimrc @@ -52,7 +52,7 @@ Plug 'marijnh/tern_for_vim', { 'do': 'npm install', 'for': 'javascript'} Plug 'mustache/vim-mustache-handlebars' "Plug 'mxw/vim-jsx' -Plug 'shime/vim-livedown' +Plug 'suan/vim-instant-markdown' Plug 'xuhdev/vim-latex-live-preview' Plug 'wesQ3/vim-windowswap'