From 70853a0a41f72253d369e24325576e1cd2e222a2 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Mon, 17 Jul 2017 09:10:33 +0200 Subject: [PATCH] fix: load TableMode and Livedown on usage --- init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.vim b/init.vim index cf20eac..70f9319 100644 --- a/init.vim +++ b/init.vim @@ -53,8 +53,8 @@ Plug 'tpope/vim-surround' Plug 'tpope/vim-unimpaired' Plug 'https://github.com/vim-syntastic/syntastic.git' Plug 'https://github.com/godlygeek/tabular' -Plug 'https://github.com/dhruvasagar/vim-table-mode.git' -Plug 'https://github.com/shime/vim-livedown.git' +Plug 'https://github.com/dhruvasagar/vim-table-mode.git', { 'on': 'TableModeEnable' } +Plug 'https://github.com/shime/vim-livedown.git', { 'on': 'LivedownPreview' } Plug 'https://github.com/tpope/vim-fugitive.git' Plug 'https://github.com/elzr/vim-json.git' Plug 'https://github.com/tpope/vim-commentary'