Skip to content

Commit c234007

Browse files
committed
Switch vim-markdown-preview to bugfix branch
Until JamshedVesuna/vim-markdown-preview#91 is merged.
1 parent 0c9d6c5 commit c234007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vim/vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Plug 'rstacruz/sparkup', { 'for': 'html' }
3131
Plug 'vim-scripts/fountain.vim', { 'for': 'fountain' }
3232
Plug 'tpope/vim-git', { 'for': 'git' }
3333
Plug 'jtratner/vim-flavored-markdown', { 'for': ['markdown', 'gitcommit'] }
34-
Plug 'JamshedVesuna/vim-markdown-preview', { 'for': ['markdown', 'gitcommit'] }
34+
Plug 'zhimsel/vim-markdown-preview', { 'for': ['markdown', 'gitcommit'], 'branch': 'default_browser_assumption' }
3535
Plug 'nelstrom/vim-markdown-folding', { 'for': ['markdown'] }
3636
Plug 'vim-ruby/vim-ruby', { 'for': 'ruby' }
3737
Plug 'neilhwatson/vim_cf3', { 'for': 'cf3' }

0 commit comments

Comments
 (0)