Skip to content

Commit

Permalink
simpler vim with better fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Bloom committed Feb 20, 2015
1 parent a862a5b commit ffbf400
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "powerline-fonts"]
path = powerline-fonts
url = git@github.com:powerline/fonts.git
Binary file removed fonts/Anonymous Pro B-Powerline.ttf
Binary file not shown.
Binary file removed fonts/Anonymous Pro BI-Powerline.ttf
Binary file not shown.
Binary file removed fonts/Anonymous Pro I-Powerline.ttf
Binary file not shown.
Binary file removed fonts/Anonymous Pro-Powerline.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions powerline-fonts
Submodule powerline-fonts added at 39c99c
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -39,8 +39,8 @@ autocmd BufWinLeave * call clearmatches()

set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*.so

let g:Powerline_symbols = 'fancy'
set laststatus=2 " make sure powerline renders on non-split panes
let g:airline_powerline_fonts = 1

noremap <leader>n :NERDTreeToggle<CR>
Expand Down

0 comments on commit ffbf400

Please sign in to comment.