aboutsummaryrefslogtreecommitdiff
path: root/.vim/after
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after')
-rw-r--r--.vim/after/plugin/noteutil.vim2
-rw-r--r--.vim/after/plugin/zk.vim3
2 files changed, 5 insertions, 0 deletions
diff --git a/.vim/after/plugin/noteutil.vim b/.vim/after/plugin/noteutil.vim
index 9747595..191f486 100644
--- a/.vim/after/plugin/noteutil.vim
+++ b/.vim/after/plugin/noteutil.vim
@@ -1,3 +1,5 @@
+finish
+
command! NoteutilToday call noteutil#open(
\ 'journal --date today')
command! NoteutilTodayWeekly call noteutil#open(
diff --git a/.vim/after/plugin/zk.vim b/.vim/after/plugin/zk.vim
new file mode 100644
index 0000000..9795a08
--- /dev/null
+++ b/.vim/after/plugin/zk.vim
@@ -0,0 +1,3 @@
+let g:zk_enable_omnicompl = 1
+
+packadd! zk.vim