From 24ce98c7ca94baa55b5dcba69ac87d15f4f3c3e4 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 22 Jul 2018 18:02:48 -0400 Subject: [PATCH] move ~/spf13-vim to ~/.spf13-vim --- .gitmodules | 6 +++--- Makefile | 2 +- vim/{spf13-vim => .spf13-vim} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename vim/{spf13-vim => .spf13-vim} (100%) diff --git a/.gitmodules b/.gitmodules index d2dc5aa..0725e7a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "vim/spf13-vim"] - path = vim/spf13-vim - url = https://github.com/spf13/spf13-vim [submodule "fish/.config/fish/nvm-wrapper"] path = fish/.config/fish/nvm-wrapper url = https://github.com/passcod/nvm-fish-wrapper +[submodule "vim/.spf13-vim"] + path = vim/.spf13-vim + url = https://github.com/spf13/spf13-vim diff --git a/Makefile b/Makefile index f9ee9fa..e99883c 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ git: vim: @printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)" stow -t "$$HOME" vim - ~/spf13-vim/bootstrap.sh + ~/.spf13-vim/bootstrap.sh mutt: @printf "$(YELLOW)--- mutt -----------------------------------------------\n$(RESET)" diff --git a/vim/spf13-vim b/vim/.spf13-vim similarity index 100% rename from vim/spf13-vim rename to vim/.spf13-vim