itchyny/vim-gitbranch

How can I append text or icons to what the gitbranch#name fucntion returns?

anshm42 opened this issue · 1 comments

How can I append text or icons to what the gitbranch#name fucntion returns?
function! F()
  return gitbranch#name() . ' [icon]'
endfunction