mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
add todo.txt-vim
add todo.txt-vim
This commit is contained in:
parent
39f129f1d4
commit
2482720708
@ -51,3 +51,10 @@ let g:lightline = {
|
|||||||
\ 'separator': { 'left': ' ', 'right': ' ' },
|
\ 'separator': { 'left': ' ', 'right': ' ' },
|
||||||
\ 'subseparator': { '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
|
||||||
|
|
||||||
|
1
my_plugins/todo.txt-vim
Submodule
1
my_plugins/todo.txt-vim
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 1a4d977caccde85004d281577f8f96f77979e060
|
Loading…
Reference in New Issue
Block a user