aboutsummaryrefslogtreecommitdiff
path: root/.wiki.vim
blob: a3f41eab2f6a5753fbc44755b2a1bddc93c2059e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
let wiki = {
		\ 'name': 'public',
		\ 'auto_tags': 1,
		\ 'list_margin': 2,
		\ 'auto_toc': 1,
		\ 'automatic_nested_syntaxes': 1,
		\ 'maxhi': 1,
		\ 'template_path': '~/wiki/public/templates/',
		\ }

		" \ 'nested_syntaxes': { 'php': 'php',
		" \                      'css': 'css' },