Skip to content

Instantly share code, notes, and snippets.

@pocc
Last active May 21, 2018 04:19
Show Gist options
  • Save pocc/9f6b586cbe810d031c8c1e2faf325898 to your computer and use it in GitHub Desktop.
Save pocc/9f6b586cbe810d031c8c1e2faf325898 to your computer and use it in GitHub Desktop.
Get a vimwiki up quickly
" *** Get a vimwiki with markdown support up quickly ***
" 1. git clone https://github.com/vimwiki/vimwiki.git ~/.vim/pack/plugins/start/vimwiki
" 2. Paste/append this file to ~/.vimrc
" 3. Change the location of the vimwiki path
"Vimwiki settings
set nocompatible
filetype plugin on
syntax on
let mapleader=","
let g:vimwiki_list = [
\{'path': '/tmp/index.wiki', 'syntax': 'markdown', 'ext': '.md'},
\]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment