Skip to content

Commit

Permalink
add update to use default powerline theme, skwp theme not quite what …
Browse files Browse the repository at this point in the history
…i want. other tweaks to add php vim plugin for a try.
  • Loading branch information
cburyta committed Apr 29, 2012
1 parent 97f9d16 commit 685e037
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@
path = vim/bundle/vim-scripts-Specky
url = https://github.com/vim-scripts/Specky.git
ignore = dirty
[submodule "zsh/zsh-syntax-highlighting"]
path = zsh/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "vim/bundle/vim-php"]
path = vim/bundle/vim-php
url = https://github.com/madflow/vim-php.git
ignore = dirty
[submodule "zsh/zsh-syntax-highlighting"]
path = zsh/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
2 changes: 1 addition & 1 deletion git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# the usual default is to push all branches
default = tracking
[core]
autocrlf = false
autocrlf = input
editor = vim
excludesfile = ~/.yadr/git/gitignore
[advice]
Expand Down
2 changes: 1 addition & 1 deletion vim/plugin/settings/powerline.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
let g:Powerline_symbols='fancy'
let g:Powerline_theme='skwp'
let g:Powerline_colorscheme='skwp'
let g:Powerline_theme='default'
2 changes: 1 addition & 1 deletion vim/plugin/settings/yadr-appearance.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if has("gui_running")
set lines=60
set columns=190

set guifont=Inconsolata:h20,Monaco:h17
set guifont=Inconsolata:h20,Monaco:h14
else
"dont load csapprox if we no gui support - silences an annoying warning
let g:CSApprox_loaded = 1
Expand Down

0 comments on commit 685e037

Please sign in to comment.