From 0807b7aed40a1c9758f6944e0ee8c8f448ff6c58 Mon Sep 17 00:00:00 2001 From: Jersey Date: Fri, 26 Jun 2020 14:20:02 -0500 Subject: Updated README and doc --- plugin/bujo.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugin') diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 983c832..e8b7077 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -1,3 +1,7 @@ +" bujo.vim - A minimalist todo list manager +" Maintainer: Jersey Fonseca +" Version: 0.5 + "Make bujo directory if it doesn't exist" let g:bujo#todo_file_path = get(g:, "bujo#todo_file_path", $HOME . "/.cache/bujo") if empty(glob(g:bujo#todo_file_path)) -- cgit v1.2.3