From e5701abd632d9c220a091e05e0c7158c5193a876 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sat, 27 May 2017 16:31:13 -0500 Subject: [PATCH] the glob was causing problems --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e668b14..645a726 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,8 @@ include=( .bashrc .screenrc .tmux.conf - .vim/ftplugin/*.vim + .vim/ftplugin/javascript.vim + .vim/ftplugin/ruby.vim .vimrc )