1.下载

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

2.配置vimrc

set nocompatible              " be iMproved, required
filetype off " required " set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here') " let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim' " The following are examples of different formats supported.
" Keep Plugin commands between vundle#begin/end.
" plugin on GitHub repo
Plugin 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html
" Plugin 'L9'
" Git plugin not hosted on GitHub
Plugin 'git://git.wincent.com/command-t.git'
" Install L9 and avoid a Naming conflict if you've already installed a
" different version somewhere else.
" Plugin 'ascenator/L9', {'name': 'newL9'} " All of your Plugins must be added before the following line
Plugin 'mzlogin/vim-markdown-toc' call vundle#end() " required
filetype plugin indent on " required
" To ignore plugin indent changes, instead use:
"filetype plugin on
"
" Brief help
" :PluginList - lists configured plugins
" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line

3.重新加载vim,进行安装

4.安装vim-markdown-toc

只需要将

Plugin 'mzlogin/vim-markdown-toc'

放到配置上面

然后执行

:PluginInstall

5.使用vim-markdown-toc

:GenTocGFM

Generate table of contents in GFM link style.

This command is suitable for Markdown files in GitHub repositories, like README.md, and Markdown files for GitBook.

:GenTocRedcarpet

Generate table of contents in Redcarpet link style.

This command is suitable for Jekyll or anywhere else use Redcarpet as its Markdown parser.

:GenTocGitLab

Generate table of contents in GitLab link style.

This command is suitable for GitLab repository and wiki.

:GenTocMarked

Generate table of contents for iamcco/markdown-preview.vim which use Marked markdown parser.

最新文章

  1. DOS命令详解
  2. 黑马程序员——【Java基础】——Java IO流
  3. 学习web前端三个月感悟
  4. UrlConnection连接和Socket连接的区别
  5. PHP面向对象(OOP)编程入门教程————如何实例化对象?
  6. vb6中webbrowser控件树转换备忘
  7. Oracle inactive session (last_call_et)
  8. 基于visual Studio2013解决C语言竞赛题之0521圆盘求和
  9. 写给自己的web总结——关于html的知识总结
  10. angular $stateProvider 路由的使用
  11. 关于xml的相关知识
  12. tomcat启动成功但是访问方面都是404
  13. 学习笔记TF046:TensoFlow开发环境,Mac、Ubuntu/Linux、Windows,CPU版本、GPU版本
  14. MySQL 之 MHA + ProxySQL + keepalived 实现读写分离,高可用(一)
  15. C# windows服务:创建Windows服务(Windows Services)的一般步骤
  16. [z]表空间对应文件的AUTOEXTEND ON NEXT指定的值对性能的影响
  17. MAC下调试JSON接口的工具(HTTP抓包工具)
  18. K:伸展树(splay tree)
  19. TestCase和TestSuite详解
  20. 软考之信息安全工程师(包含2016-2018历年真题详解+官方指定教程+VIP视频教程)

热门文章

  1. IntelliJ Idea 2018 注册码
  2. Swift - 获取状态栏一些信息
  3. (贪心)kruskal思想
  4. CentOS7安装步骤详解
  5. 【vue】---Object.defineProperty基本使用---【巷子】
  6. 170614、MySQL存储引擎-MyISAM与InnoDB区别
  7. Asp.NET 与 WebApi 共享Session
  8. MTA---smtp(25,postfix,sendmail),Pop3(110,Devocot), MUA(foxmail) IMAP(server,client rsync)
  9. python操作redis详解
  10. CRM - 讲师与学生