Skip to content
View ericbn's full-sized avatar

Organizations

@jenkinsci @javalite @zimfw
Block or Report

Block or report ericbn

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. zimfw/zimfw zimfw/zimfw Public

    Zim: Modular, customizable, and blazing fast Zsh framework

    HTML 3.7k 180

  2. vim-solarized vim-solarized Public

    A simpler fork of the awesome Solarized colorscheme for Vim by Ethan Schoonover

    Vim Script 54 4

  3. js-abstract-descent-parser js-abstract-descent-parser Public

    Abstract Descent Parser algorithm implemented in JavaScript

    JavaScript 12 2

  4. Vim Powerline-like status line witho... Vim Powerline-like status line without the need of any plugin
    1
    " Statusline (requires Powerline font)
    2
    set statusline=
    3
    set statusline+=%(%{&buflisted?bufnr('%'):''}\ \ %)
    4
    set statusline+=%< " Truncate line here
    5
    set statusline+=%f\  " File path, as typed or relative to current directory