zQueal / barowGit

A module to display the current git branch in barow statusline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

barowGit

A module to display the current git branch in barow.

usage

" .vimrc/init.vim
" ...

Plug 'doums/barow'
Plug 'doums/barowGit'
" ...

let g:barow = {
      \  'modules': [
      \    [ 'barowGit#branch', 'StatusLine' ],
      \  ]
      \}

license

Mozilla Public License 2.0

About

A module to display the current git branch in barow statusline


Languages

Language:Vim Script 100.0%