aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-29 19:01:49 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-29 19:01:49 +0100
commit68d2d5c066d7fcf5413ae9c160cfc7fe5baa08af (patch)
tree64e8b9ea69d185ab0604ee2e241b6799676b8673
parentlör 29 jan 2022 18:54:15 CET (diff)
downloadwiki-public-68d2d5c066d7fcf5413ae9c160cfc7fe5baa08af.tar.gz
wiki-public-68d2d5c066d7fcf5413ae9c160cfc7fe5baa08af.tar.xz
Add .wiki.vim metadata files.
-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' },