summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2014-12-23 17:00:28 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2014-12-23 17:00:28 +0100
commit8625978e9955c43a8135751a21da262b0e0d8af4 (patch)
tree2fee0ed4c9d912218e6b5366398ebd5d51037e28 /vimrc
parent44bfbe0fdd70a76f5c8340424893272a4a92cc59 (diff)
[plugins] VimWiki + Todo Power
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e0e5369..452294c 100644
--- a/vimrc
+++ b/vimrc
@@ -421,3 +421,8 @@ function! VimFootnotes()
endif
startinsert!
endfunction
+
+augroup Todo
+ au!
+ autocmd FileType vimwiki set syn=todo
+augroup END