diff options
author | Guangxiong Lin <[email protected]> | 2022-09-17 23:44:21 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-09-17 23:44:21 +0800 |
commit | ef55e9324273db3ead613dcaf279129859efa331 (patch) | |
tree | ae57d37bb6d2b7c6c648d22c3414b7ac02b09a00 | |
parent | 22eb76b798ca226ce1de65143dfbc693b678cd4c (diff) | |
download | dotfiles-ef55e9324273db3ead613dcaf279129859efa331.tar.gz dotfiles-ef55e9324273db3ead613dcaf279129859efa331.tar.bz2 dotfiles-ef55e9324273db3ead613dcaf279129859efa331.zip |
Add vim markdown plugin
-rw-r--r-- | .vim/after/plugin/minpac.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index 30459f9..5a227b7 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -113,6 +113,7 @@ function! InitMinpac() abort call minpac#add('https://github.com/ledger/vim-ledger.git') call minpac#add('https://github.com/axvr/org.vim.git') call minpac#add('https://github.com/chr4/nginx.vim') + call minpac#add('https://github.com/preservim/vim-markdown') call minpac#add('https://github.com/iamcco/markdown-preview.nvim', { \ 'type': 'start', \ 'do': 'packloadall! | call mkdp#util#install()'}) |