Skip to content

i5ar/vim-agnoster-statusline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Agnoster statusline

Vim Agnoster (aka Vimster) is a pleasing statusline inspired by Agnoster Zsh theme. It was designed to provide a consistent terminal experience around my Agnoster Zsh theme fork.

Screenshot

Quick start

After installing this plugin, please restart the editor.

If the statusline doesn't show up, add the following configuration to your ~/.vimrc:

set laststatus=2

If the statusline is not colored modify the TERM variable in your shell rc file:

export TERM=xterm-256color

You may also need to add the following configuration to your ~/.vimrc:

if !has('gui_running')
  set t_Co=256
endif

If you want to get rid of superfluous mode hints, add the following configuration to your ~/.vimrc:

set noshowmode

About

Vim statusline inspired by Agnoster Zsh theme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published