aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.wiki.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/.wiki.vim b/.wiki.vim
new file mode 100644
index 0000000..ce0fe69
--- /dev/null
+++ b/.wiki.vim
@@ -0,0 +1,13 @@
+let wiki = {
+ \ 'name': 'public',
+ \ 'path': '~/wiki/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' },