Integrate vim-powerline with custom skwp theme

This commit is contained in:
yan 2012-03-08 02:09:57 -08:00 committed by Yan Pritzker
parent d7325f1470
commit e5b07adc7c
7 changed files with 15 additions and 2 deletions

3
.gitmodules vendored
View File

@ -280,3 +280,6 @@
[submodule "vim/bundle/VimEz-ShowMarks"] [submodule "vim/bundle/VimEz-ShowMarks"]
path = vim/bundle/VimEz-ShowMarks path = vim/bundle/VimEz-ShowMarks
url = https://github.com/VimEz/ShowMarks.git url = https://github.com/VimEz/ShowMarks.git
[submodule "vim/bundle/skwp-vim-powerline"]
path = vim/bundle/skwp-vim-powerline
url = https://github.com/skwp/vim-powerline

View File

@ -5,7 +5,7 @@
_____| / ___ ( (_| | | _____| / ___ ( (_| | |
(_______\_____|\____|_| (_______\_____|\____|_|
# Yet Another Dotfile Repo v0.8 # Yet Another Dotfile Repo v0.9
# Alpha Release Please Report Bugs # Alpha Release Please Report Bugs
git clone https://github.com/skwp/dotfiles ~/.yadr git clone https://github.com/skwp/dotfiles ~/.yadr
@ -49,7 +49,7 @@ Janus is an amazing _first effort_ to deliver a ready-to-use vim setup and is a
## Screenshot ## Screenshot
![screenshot](http://i.imgur.com/lEFlF.png) ![screenshot](http://i.imgur.com/X7npy.png)
## Before you start ## Before you start
@ -68,6 +68,10 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam
YADR is opinionated. To get the most out of using it, you should install YADR is opinionated. To get the most out of using it, you should install
all the software it depends on. all the software it depends on.
### Patched fonts for Vim-Powerline
Please install fonts from fonts/ directory. These are used to give a really nice vim status line.
### [Homebrew](http://mxcl.github.com/homebrew/) ### [Homebrew](http://mxcl.github.com/homebrew/)
Homebrew is _the missing package manager for OSX_. To install: Homebrew is _the missing package manager for OSX_. To install:
@ -392,6 +396,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* AnsiEsc - inteprets ansi color codes inside log files. great for looking at Rails logs * AnsiEsc - inteprets ansi color codes inside log files. great for looking at Rails logs
* solarized - a color scheme scientifically calibrated for awesomeness (including skwp mods for ShowMarks) * solarized - a color scheme scientifically calibrated for awesomeness (including skwp mods for ShowMarks)
* csapprox - helps colors to be represented correctly on terminals (even though we expect to use MacVim) * csapprox - helps colors to be represented correctly on terminals (even though we expect to use MacVim)
* Powerline - beautiful vim status bar. Requires patched fonts (install from fonts/ directory)
#### Coding #### Coding

Binary file not shown.

BIN
fonts/Menlo-Powerline.otf Normal file

Binary file not shown.

BIN
fonts/mensch-Powerline.otf Normal file

Binary file not shown.

@ -0,0 +1 @@
Subproject commit 6172a1177f96fc2cd5d54e404180fe297a5d74c9

View File

@ -0,0 +1,4 @@
let g:Powerline_stl_path_style='short'
let g:Powerline_symbols='fancy'
let g:Powerline_theme='skwp'
let g:Powerline_colorscheme='skwp'