moonfly statusline is a simple statusline for Vim and Neovim that uses moonfly colors.
First install moonfly
Use your favoured plugin manager to install bluz71/vim-moonfly-statusline.
If using vim-plug do the following:
- Add
'Plug bluz71/vim-moonfly-statusline'
to your vimrc - Run
:PlugInstall
The g:moonflyWithGitBranchCharacter
option specifies whether to display Git
branch details, via vim-fugitive if
installed, using the Unicode Git branch character U+E0A0
. By default Git
branches displayed in the statusline
will not use that character since many
monospace fonts will not contain that character. However, some modern fonts
such as Fira Code and
Ioveska do contain the Git branch
character.
To display the Unicode Git branch character please add the following to your vimrc:
let g:moonflyWithGitBranchCharacter = 1