Skip to content

Instantly share code, notes, and snippets.

@zhkuo24
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhkuo24/b28717c79dd8b3d2f3a4 to your computer and use it in GitHub Desktop.
Save zhkuo24/b28717c79dd8b3d2f3a4 to your computer and use it in GitHub Desktop.
用vim+vimwiki+GitHub构建个人wiki的过程

搭建个人wiki

  • 安装vim和vimwiki插件。
  • 首先安装vim。
  • 安装vimwiki插件。修改vimrc配置文件。
    {{{ set nocompatible filetype plugin on
    syntax on }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment