1
0
mirror of https://github.com/amix/vimrc synced 2025-07-04 15:04:59 +08:00

add todo.txt-vim

add todo.txt-vim
This commit is contained in:
Geezus
2019-05-01 13:50:08 -05:00
parent 39f129f1d4
commit 2482720708
2 changed files with 8 additions and 0 deletions

View File

@ -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

Submodule my_plugins/todo.txt-vim added at 1a4d977cac