Linepower.vim

Vim local themes for powerline

Download as .zip Download as .tar.gz View on GitHub

Vim local themes for powerline:

------------- - -----------------------------------------------
Plugin        : linepower.vim
Author        : Zhao Cai
EMail         : caizhaoff@gmail.com
Homepage      : http://zhaocai.github.io/linepower.vim/
Version       : 1.3.0
Date Created  : Tue 07 May 2013 08:59:43 PM EDT
Last Modified : Wed 08 May 2013 02:57:10 AM EDT
------------- - -----------------------------------------------

This powerline extension is a quickstart for adding customized powerline local themes in vim.

You may fork it and add more local themes.

Included Local Themes

  1. unite.vim

    unite normalunite insert

  2. tagbar

    tagbartagbar_nc

  3. rvm/rbenv version

  4. syntastic

    syntastic

  5. vimfiler

    vimfiler

  6. vimshell

    vimshell

  7. asyncommand

  8. previewwindow

    previewwindow

  9. quickfix / location list

    quickfix

    locationlist

Installation

  1. ( Assume powerline is configured correctly )

  2. Replace the json files under config to corresponding files under ~/.config/powerline. Check the diff if you already have customized configurations.

  3. Install linepower like any other vim plugins. For Example,

    NeoBundle 'zhaocai/linepower.vim'
    Bundle 'zhaocai/linepower.vim'

Segments

Weather Segments

    {
            "module" : "powerline.segments.common",
            "name": "weather",
            "exclude_modes": ["nc"],
            "draw_soft_divider": true,
            "priority": 10
    },