Skip to content

smitp/vim-moonfly-statusline

 
 

Repository files navigation

moonfly statusline

moonfly statusline is a simple statusline for Vim and Neovim that uses moonfly colors.

Screenshots

normal mode

normal

insert mode

insert

replace mode

replace

visual mode

visual

Dependency

First install moonfly

Installation

Use your favoured plugin manager to install bluz71/vim-moonfly-statusline.

If using vim-plug do the following:

  1. Add 'Plug bluz71/vim-moonfly-statusline' to your vimrc
  2. Run :PlugInstall

Options

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

License

MIT

About

A simple statusline for Vim with moonfly colors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%