Last active
October 17, 2016 21:01
-
-
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 )
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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