From 62288cbeaf91f5eefcf920d254d02b72b52861cb Mon Sep 17 00:00:00 2001 From: Jersey Date: Wed, 24 Jun 2020 12:45:31 -0500 Subject: Adding template --- plugin/bujo.vim | 5 +++++ templates/todo.md | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 templates/todo.md diff --git a/plugin/bujo.vim b/plugin/bujo.vim index b4d1d85..5856917 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -1,3 +1,8 @@ +if empty(glob('~/bujo')) + !mkdir ~/bujo/ + !mv ../templates/todo.md ~/bujo/ +endif + " Open the bujo todo list file function s:OpenTodo() "30 makes it open at width 30 diff --git a/templates/todo.md b/templates/todo.md new file mode 100644 index 0000000..1c5cf49 --- /dev/null +++ b/templates/todo.md @@ -0,0 +1,9 @@ +``` + __________ ____ ____ + /_ __/ __ \/ __ \/ __ \ + / / / / / / / / / / / / + / / / /_/ / /_/ / /_/ / +/_/ \____/_____/\____/ +``` + +-[] -- cgit v1.2.3