Commit 404b5e2

mo khan <mo@mokhan.ca>
2021-06-30 23:02:45
fix: install submodules before symlinking to .vim
1 parent 5ddc898
Changed files (1)
install.sh
@@ -38,6 +38,7 @@ function install_pkgs()
 }
 
 mkdir -p "$HOME/.config" "$HOME/.local/bin" "$HOME/.local/share"
+git submodule update --init
 
 dotdir "vim"
 dotfile "ackrc"
@@ -56,4 +57,3 @@ dotfile "vimrc"
 dotfile "wgetrc"
 
 install_pkgs
-git submodule update --init