From e894886290fcede73b84a1b77f1b513baa6580c3 Mon Sep 17 00:00:00 2001 From: Rik Starmans Date: Mon, 29 Aug 2016 17:58:20 +0200 Subject: [PATCH] isnowfy not compatbile with python3 Tested your code for with vim +python3. Isnowfy not compatible with python 3. Maybe you should add this in the file, saves time. --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 5b18e02..a1d6bcf 100644 --- a/vimrc +++ b/vimrc @@ -14,6 +14,7 @@ Plugin 'jistr/vim-nerdtree-tabs' Plugin 'kien/ctrlp.vim' "html +" isnowfy only compatible with python not python3 Plugin 'isnowfy/python-vim-instant-markdown' Plugin 'jtratner/vim-flavored-markdown' Plugin 'suan/vim-instant-markdown'