Skip to content

Commit

Permalink
Adding back some of the powerline config from many moons ago.
Browse files Browse the repository at this point in the history
  • Loading branch information
amerine committed Sep 6, 2012
1 parent 56eba77 commit b38dd67
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Binary file added Monaco_Linux-Powerline.ttf
Binary file not shown.
2 changes: 2 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Then link the snippets:

$ cd ~/.vim/bundle/snipmate_snippets && rake install

Install the Monaco_Linux-Powerline.ttf font.

== Basics

* My personal settings
Expand Down
2 changes: 1 addition & 1 deletion gui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"GUI OPTIONS
colorscheme Tomorrow-Night
set mouse=a
set guifont=Monaco:h12
set guifont=Monaco\ for\ Powerline:h12

" set default window size
set columns=170
Expand Down
8 changes: 4 additions & 4 deletions plugins
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
"PLUGIN OPTIONS
runtime macros/matchit.vim

"powerline
let g:Powerline_symbols = 'fancy'

"bufexplorer
let g:bufExplorerDetailedHelp=0 " show full help text by default
"let g:bufExplorerShowRelativePath=1 " use relative paths
let g:bufExplorerShowUnlisted=0 " display unlisted buffers

"gist should be private
let g:gist_private=1
let g:gist_clip_command = 'pbcopy'

"NERDTree
map <leader>d :NERDTreeToggle<cr>
Expand All @@ -30,9 +33,6 @@ let g:speckyRunSpecCmd = "spec -fs"
let g:speckyRunRdocCmd = "fri -L -f plain"
let g:speckyWindowType = 2

"vim-gist
let g:gist_clip_command = 'pbcopy'

" Fugitive and Vim
" =============================================================================
nnoremap <Leader>gs :Gstatus<CR>
Expand Down

0 comments on commit b38dd67

Please sign in to comment.