Skip to content

dmcinnes/linepower.vim

 
 

Repository files navigation

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 normal unite insert

  2. tagbar

    tagbar tagbar_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:
    NeoBundle 'zhaocai/linepower.vim'
  • vundle:
    Bundle 'zhaocai/linepower.vim'

Segments

Weather Segments

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

Packages

No packages published

Languages

  • Vim Script 60.1%
  • Python 30.3%
  • Ruby 9.6%