diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/bujo.vim | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
1 | if empty(glob('~/bujo')) | ||
2 | !mkdir ~/bujo/ | ||
3 | !mv ../templates/todo.md ~/bujo/ | ||
4 | endif | ||
5 | |||
1 | " Open the bujo todo list file | 6 | " Open the bujo todo list file |
2 | function s:OpenTodo() | 7 | function s:OpenTodo() |
3 | "30 makes it open at width 30 | 8 | "30 makes it open at width 30 |