Skip to content

Instantly share code, notes, and snippets.

@unclechu
Last active October 17, 2016 21:01
Show Gist options
  • Save unclechu/01578f6380fff18be8f67478844736a2 to your computer and use it in GitHub Desktop.
Save unclechu/01578f6380fff18be8f67478844736a2 to your computer and use it in GitHub Desktop.
vim-gitgutter issue: vim-gitgutter sets `&shell` to `sh` and doesn't set it to origial value ( https://github.com/airblade/vim-gitgutter/issues/379 )
filetype off
set rtp+=~/.config/nvim/bundle/Vundle.vim
call vundle#begin("~/.config/nvim/bundle")
Plugin 'VundleVim/Vundle.vim', {'pinned': 1}
Plugin 'airblade/vim-gitgutter'
call vundle#end()
filetype plugin indent on
set shell=/bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment