vimplus/.vimrc.custom.plugins
wangling12 f07e43b033
Update .vimrc.custom.plugins
markdown插件旧地址archived了,更新一下
2020-11-11 18:06:03 +08:00

19 lines
785 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" 用户自定义插件列表(该文件只放插件,若要增加其他配置,请放入~/.vimrc.custom.config
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" 增加~/.vimrc里没有的插件
" 增加插件后需要进行插件安装,安装步骤如下:
" 1.执行:w保存修改
" 2.执行,s重新加载vim配置
" 3.执行,,i进行插件安装
" Plug 'iamcco/mathjax-support-for-mkdp'
" (需要自己安装nodejs和yarn) Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' }
" Plug 'Yggdroot/indentLine'
" Plug 'gorodinskiy/vim-coloresque'
" Plug 'vim-scripts/DoxygenToolkit.vim'
" 卸载/禁用~/.vimrc里的默认插件
" UnPlug 'chxuan/prepare-code'