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