Commit 5ddc898

mo khan <mo@mokhan.ca>
2021-06-30 22:55:43
move to .vim dir
1 parent 0d2dcf3
Changed files (2)
.gitmodules
@@ -1,9 +1,9 @@
-[submodule "pack/plugins/start/fzf"]
-  path = pack/plugins/start/fzf
+[submodule "vim/pack/plugins/start/fzf"]
+  path = vim/pack/plugins/start/fzf
   url = https://github.com/junegunn/fzf
-[submodule "pack/plugins/start/fzf.vim"]
-  path = pack/plugins/start/fzf.vim
+[submodule "vim/pack/plugins/start/fzf.vim"]
+  path = vim/pack/plugins/start/fzf.vim
   url = https://github.com/junegunn/fzf.vim
-[submodule "pack/plugins/start/nerdtree"]
-  path = pack/plugins/start/nerdtree
+[submodule "vim/pack/plugins/start/nerdtree"]
+  path = vim/pack/plugins/start/nerdtree
   url = https://github.com/scrooloose/nerdtree
install.sh
@@ -39,6 +39,7 @@ function install_pkgs()
 
 mkdir -p "$HOME/.config" "$HOME/.local/bin" "$HOME/.local/share"
 
+dotdir "vim"
 dotfile "ackrc"
 dotfile "agignore"
 dotfile "bashrc"