Skip to content

Commit

Permalink
Use my copy of vim-vinegar until issue is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Dec 2, 2017
1 parent e8fabe4 commit 96125e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Expand Up @@ -86,7 +86,8 @@ Plug 'duggiefresh/vim-easydir'
" Cool statusbar
Plug 'itchyny/lightline.vim'
" Easily navigate directories
Plug 'tpope/vim-vinegar'
" Use a fork until this is fixed: https://github.com/tpope/vim-vinegar/issues/87
Plug 'gabebw/vim-vinegar', { 'branch': 'gbw-fix-for-vim-vinegar-issue-87' }
" Make working with shell scripts nicer ("vim-unix")
Plug 'tpope/vim-eunuch'
Plug 'tpope/vim-surround'
Expand Down

0 comments on commit 96125e5

Please sign in to comment.