From 2482720708ee290184499d8a6241125ad4bf8643 Mon Sep 17 00:00:00 2001 From: Geezus Date: Wed, 1 May 2019 13:50:08 -0500 Subject: [PATCH] add todo.txt-vim add todo.txt-vim --- my_configs.vim | 7 +++++++ my_plugins/todo.txt-vim | 1 + 2 files changed, 8 insertions(+) create mode 160000 my_plugins/todo.txt-vim diff --git a/my_configs.vim b/my_configs.vim index c4a15dcc..494149ee 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -51,3 +51,10 @@ let g:lightline = { \ 'separator': { 'left': ' ', 'right': ' ' }, \ 'subseparator': { 'left': ' ', 'right': ' ' } \ } + +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" => Todo.txt +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" Use todo#Complete as the omni complete function for todo files +au filetype todo setlocal omnifunc=todo#Complete + diff --git a/my_plugins/todo.txt-vim b/my_plugins/todo.txt-vim new file mode 160000 index 00000000..1a4d977c --- /dev/null +++ b/my_plugins/todo.txt-vim @@ -0,0 +1 @@ +Subproject commit 1a4d977caccde85004d281577f8f96f77979e060