plugin: Add extension for vimodoro plugin (#2652)

* Adds integration with vimodoro information.

---------
Co-authored-by: Rowan <rowan.douglas@vimabc.xyz>
Co-authored-by: Eddy <eddy_c@novellpharm.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Billy Chamberlain
2023-10-10 10:12:40 +01:00
committed by GitHub
co-authored by Rowan Eddy
parent f1ba5a03db
commit 4757756ae0
4 changed files with 36 additions and 0 deletions
+5
View File
@@ -229,6 +229,11 @@ function! airline#extensions#load()
call add(s:loaded_ext, 'undotree')
endif
if exists(':RTM')
call airline#extensions#vimodoro#init(s:ext)
call add(s:loaded_ext, 'vimodoro')
endif
if get(g:, 'airline#extensions#hunks#enabled', 1)
\ && (exists('g:loaded_signify')
\ || exists('g:loaded_gitgutter')