fix: load TableMode and Livedown on usage

server
iGor milhit 2017-07-17 09:10:33 +02:00
parent 70d8f7065f
commit 70853a0a41
No known key found for this signature in database
GPG Key ID: 3B5043D919E99ED2
1 changed files with 2 additions and 2 deletions

View File

@ -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'