Skip to content

Commit

Permalink
Use docker-edge
Browse files Browse the repository at this point in the history
For compatibility with docker-sync
EugenMayer/docker-sync#517 (comment)
  • Loading branch information
sloria committed Jun 16, 2018
1 parent 8ab63f3 commit 8ce46ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion group_vars/local
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ mac_cask_packages:
- vagrant
- virtualbox
# Docker
- docker
# Using "edge" for compatibility with docker-sync
# https://github.com/EugenMayer/docker-sync/issues/517#issuecomment-396652578
- docker-edge
# chat
- limechat
- flowdock
Expand Down
2 changes: 1 addition & 1 deletion roles/vim/files/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ let g:ale_fixers.css = ['prettier']
let g:ale_javascript_prettier_options = ' --single-quote --trailing-comma es5 --no-bracket-spacing'

" NICE TO HAVE
Plug 'AndrewRadev/splitjoin.vim'
Plug 'AndrewRadev/splitjoin.vim' " Language-specific split/join with gS and gJ
Plug 'vim-airline/vim-airline' | Plug 'vim-airline/vim-airline-themes'
let g:airline_left_sep=''
let g:airline_right_sep=''
Expand Down

0 comments on commit 8ce46ca

Please sign in to comment.