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