2013-08-22 11:01:13 +09:00
2013-08-22 10:23:35 +09:00
2013-08-22 10:37:59 +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

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

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%