All Projects → kadimisetty → Vim Simplebar

kadimisetty / Vim Simplebar

A simple non-attention-seeking Vim status line.

Labels

Projects that are alternatives of or similar to Vim Simplebar

Formatvim
Convert current file to colored HTML, BBCode or whatever
Stars: ✭ 8 (-20%)
Mutual labels:  viml
Ftl Vim Syntax
Vim syntax for FTL (FreeMarker Template Language)
Stars: ✭ 9 (-10%)
Mutual labels:  viml
Puppet Multipuppetmaster
A setup for multiple puppetmaster and one puppeteer who manges them
Stars: ✭ 9 (-10%)
Mutual labels:  viml
Vim Cmake Syntax
Unmaintained; see https://github.com/pboettch/vim-cmake-syntax
Stars: ✭ 9 (-10%)
Mutual labels:  viml
Vim
VIM config
Stars: ✭ 9 (-10%)
Mutual labels:  viml
Dotfiles
My Vim dotfiles.
Stars: ✭ 9 (-10%)
Mutual labels:  viml
Vim Painter
Painting plugin
Stars: ✭ 8 (-20%)
Mutual labels:  viml
Zdict.vim
A vim plugin integrate with zdict - the last online dictionary framework you need.
Stars: ✭ 10 (+0%)
Mutual labels:  viml
Vim Independence
A vim plugin for loading (git) project specific vim settings
Stars: ✭ 9 (-10%)
Mutual labels:  viml
Reading Vimrc
vimrc読書会資料集
Stars: ✭ 9 (-10%)
Mutual labels:  viml
Elysian.vim
elysian is a 256 terminal only colorscheme inspired by Apprentice
Stars: ✭ 9 (-10%)
Mutual labels:  viml
Vim Rspec Focus
Helpers for focused rspec testruns.
Stars: ✭ 9 (-10%)
Mutual labels:  viml
Ap dark8
8色 Terminal 用の色設定と vim 用の色設定の自作
Stars: ✭ 9 (-10%)
Mutual labels:  viml
My.vim
Just a collection of all of the things I have in my .vim/ directory
Stars: ✭ 8 (-20%)
Mutual labels:  viml
Devlindo.vim
Ultimate productivity boost for Vim.
Stars: ✭ 10 (+0%)
Mutual labels:  viml
Guessindent
Indentation guessing plugin for Vim
Stars: ✭ 8 (-20%)
Mutual labels:  viml
Freeswitch log vim syntax
Vim syntax for Freeswitch logs
Stars: ✭ 9 (-10%)
Mutual labels:  viml
Molokai Terminal
A molokai-like theme for 16-color terminals and a 256-color theme for vim.
Stars: ✭ 10 (+0%)
Mutual labels:  viml
Cu.vim
vim plugin for conversion camelCase and underscoreCase
Stars: ✭ 10 (+0%)
Mutual labels:  viml
Vim confs
Personal Vim configurations with focus on a few programming languages (Python, Perl, Ruby and Go) and MacVim.
Stars: ✭ 9 (-10%)
Mutual labels:  viml

simplebar

Sri Kadimisetty

A simple non-attention-seeking Vim status line.

(Relies on fonts with unicode support, which it being 2013 and all, most good fonts computer have anyway. But do keep that in mind.)

Setup: iTerm w/ Solarized + Vim w/ solarized + simplebar

Screenshots

Solarized Theme Dark Background Screenshot

With a light background Light Background Screenshot

Elements

To the left

  • Filename
  • git branch
  • filetype.encoding.format
  • Buffer #

To the right

  • Line Count & Position %
  • Columns & Row
  • Mode

##Requirements Tested on Vim 7.3, iTerm & OS X Mountain Lion

Installation

Use your favorite installation method. I suggest Vundle or Pathogen.

To do it manually, place ./plugin/simplebar.vim in your ~/.vim/plugins directory.

Notes

Alternatives & Inspiration:

  • Powerline
  • NeatStatus etc.

License

The MIT License (MIT)

Copyright (c) 2013 Sri Kadimisetty

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].