From def2c88673cbeb294afc12b1538308b5d13b65fe Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Fri, 1 Jun 2018 22:56:45 +0200 Subject: [PATCH] fix vundle PluginInstall --- init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.vim b/init.vim index f8b5fdb..dbbd36c 100644 --- a/init.vim +++ b/init.vim @@ -82,6 +82,8 @@ set number " Line numbering set smartindent " Indentation set noshowmode " +set shell=sh " Needs a POSIX shell + syntax on " Syntax highlighting runtime colors.vim " Load color scheme filetype indent plugin on " Identify file type