2013-08-22 14:36:29 +09:00
2013-08-22 14:36:29 +09:00
2013-08-22 14:36:29 +09:00
2013-08-22 04:57:49 +09:00

lightline.vim

A light and configurable statusline for Vim

powerline theme (default)

lightline.vim - powerline - normal lightline.vim - powerline - insert lightline.vim - powerline - visual lightline.vim - powerline - replace

wombat (with font integration)

lightline.vim - wombat - normal lightline.vim - wombat - insert lightline.vim - wombat - visual lightline.vim - wombat - replace

solarized theme (dark)

lightline.vim - solarized_dark - normal lightline.vim - solarized_dark - insert lightline.vim - solarized_dark - visual lightline.vim - solarized_dark - replace

solarized theme (light)

lightline.vim - solarized_light - normal lightline.vim - solarized_light - insert lightline.vim - solarized_light - visual lightline.vim - solarized_light - replace

landscape theme (with font integration)

lightline.vim - landscape - normal lightline.vim - landscape - insert lightline.vim - landscape - visual lightline.vim - landscape - replace With branch name, readonly mark and modified mark. lightline.vim - landscape - fugitive

Why yet another...?

  • vim-powerline is a nice plugin, but deprecated.
  • vim-airline is a nice plugin, but not configurable. Also, it does too much for other plugins, which should be done by uesrs in .vimrc.

Author

itchyny (https://github.com/itchyny)

License

MIT License

Installation

Manually

  1. Put all files under $VIM/.

Vundle (https://github.com/gmarik/vundle)

  1. Add the following configuration to your .vimrc.

     Bundle 'itchyny/lightline.vim'
    
  2. Install with :BundleInstall.

NeoBundle (https://github.com/Shougo/neobundle.vim)

  1. Add the following configuration to your .vimrc.

     NeoBundle 'itchyny/lightline.vim'
    
  2. Install with :NeoBundleInstall.

Description
A light and configurable statusline/tabline plugin for Vim
Readme MIT 1.3 MiB
Languages
Vim Script 100%