Skip to content

Commit

Permalink
add solarized fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-plated committed Jun 22, 2016
1 parent 8af0ae3 commit e700f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if count(g:vimified_packages, 'general')

Plugin 'junegunn/fzf.vim'
let g:fzf_layout = {'down': '40%'}
let g:fzf_layout = {'down': '40%', 'options': '--color dark,hl:33,hl+:37,fg+:235,bg+:136,fg+:254,info:254,prompt:37,spinner:108,pointer:235,marker:235'}
let g:fzf_tags_command = 'ripper-tags -R'
noremap <leader>b :Buffers<CR>
Expand Down

0 comments on commit e700f21

Please sign in to comment.