Skip to content

Commit

Permalink
add patched fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jalberto committed May 17, 2015
1 parent ebf85b5 commit c2f2c8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Expand Up @@ -10,6 +10,12 @@

vim +PluginUpdate +qall

# Fonts

Check patched fonts here:

https://github.com/ryanoasis/vim-webdevicons

# Misc

For correct tag generation in ruby use:
Expand Down
7 changes: 5 additions & 2 deletions vimrc
Expand Up @@ -16,14 +16,16 @@ Plug 'chriskempson/base16-vim'
Plug 'Solarized'
Plug 'Railscasts-Theme-GUIand256color'
Plug 'nanotech/jellybeans.vim'
Plug 'ryanoasis/vim-webdevicons'
Plug 'bling/vim-airline'
Plug 'paranoida/vim-airlineish'

Plug 'Toggle'
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'ctrlp.vim'
Plug 'tacahiroy/ctrlp-funky'
Plug 'rking/ag.vim'
" Plug 'rking/ag.vim'
Plug 'gabesoft/vim-ags'
Plug 'Source-Explorer-srcexpl.vim'
Plug 'hwrod/interactive-replace'
Plug 't9md/vim-choosewin'
Expand Down Expand Up @@ -218,7 +220,8 @@ let g:solarized_visibility="low" " Visibility of special chars
let g:solarized_contrast="high"

if has("gui_running")
set guifont=Source\ Code\ Pro\ Medium\ 13
" set guifont=Source\ Code\ Pro\ Medium\ 13
set guifont=Sauce\ Code\ Powerline\ Plus\ Nerd\ File\ Types\ Mono\ 13
" colorscheme jellybeans
colorscheme molokai
else
Expand Down

0 comments on commit c2f2c8b

Please sign in to comment.