aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugins/vimwiki.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugins/vimwiki.vim')
-rw-r--r--.vim/plugins/vimwiki.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/plugins/vimwiki.vim b/.vim/plugins/vimwiki.vim
new file mode 100644
index 0000000..226e135
--- /dev/null
+++ b/.vim/plugins/vimwiki.vim
@@ -0,0 +1,4 @@
+Plug 'vimwiki/vimwiki'
+
+let g:vimwiki_list = [{'path': '~/Documents/notes',
+ \ 'syntax': 'markdown', 'ext': '.md'}]