fix: load TableMode and Livedown on usage
parent
70d8f7065f
commit
70853a0a41
4
init.vim
4
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'
|
||||
|
|
Loading…
Reference in New Issue