We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3383c commit f35cb0fCopy full SHA for f35cb0f
autoload/tpipeline.vim
@@ -33,6 +33,9 @@ func tpipeline#build_hooks()
33
endif
34
35
if empty(g:tpipeline_statusline) && !g:tpipeline_tabline
36
+ if tpipeline#util#is_lualine()
37
+ au OptionSet statusline let g:tpipeline_statusline = &stl
38
+ endif
39
if g:tpipeline_clearstl
40
if tpipeline#util#is_lualine()
41
au OptionSet statusline if v:option_type == 'local' | call tpipeline#util#clear_all_stl() | endif
0 commit comments