diff options
author | Guangxiong Lin <[email protected]> | 2023-11-22 22:42:05 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-11-22 22:42:05 +0800 |
commit | 5b19f525ad154c81de56d406dff6dfba6f5a8a66 (patch) | |
tree | 9ee400e4f8b286779034c26332f7c1a56daff961 /.vim/after/plugin/noteutil.vim | |
parent | 964fa8d921259385c471870bd5344974e79294b6 (diff) | |
download | dotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.tar.gz dotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.tar.bz2 dotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.zip |
Update vim config
Diffstat (limited to '.vim/after/plugin/noteutil.vim')
-rw-r--r-- | .vim/after/plugin/noteutil.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/after/plugin/noteutil.vim b/.vim/after/plugin/noteutil.vim index a3371c6..9747595 100644 --- a/.vim/after/plugin/noteutil.vim +++ b/.vim/after/plugin/noteutil.vim @@ -6,3 +6,5 @@ command! NoteutilYesterdayWeekly call noteutil#open( \ 'journal --date yesterday --period weekly') command! NoteutilBacklinks call noteutil#backlinks({'jump': v:true}) + +autocmd FileType markdown setlocal omnifunc=noteutil#complete |