Skip to content

Commit

Permalink
Change how MarkdownPreview is installed after bug
Browse files Browse the repository at this point in the history
  • Loading branch information
owodunni committed Apr 5, 2022
1 parent db422f7 commit 89150b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Plug 'xolox/vim-session'
Plug 'jiangmiao/auto-pairs'

Plug 'plasticboy/vim-markdown'
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' }

Plug 'owodunni/vim-gitcommit-issue-id'

Expand Down

0 comments on commit 89150b5

Please sign in to comment.