diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-10-26 12:10:13 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-10-26 12:10:13 -0600 |
commit | 9dd7a9d441f8562e6fbafa3a257401d123729adf (patch) | |
tree | 74ab66683bd9ad2a12917f61d0ac4f919414b6c9 | |
parent | c58abab9e5f14fdabb1ea8b314c370fb515b7b69 (diff) | |
download | dotfiles-9dd7a9d441f8562e6fbafa3a257401d123729adf.tar dotfiles-9dd7a9d441f8562e6fbafa3a257401d123729adf.tar.gz dotfiles-9dd7a9d441f8562e6fbafa3a257401d123729adf.tar.bz2 |
fixed submodules
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | vim/colors/gruvbox | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 142f66d..f2a72cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "dwm"] path = dwm url = git@github.com:brysonsteck/dwm -[submodule "gruvbox"] - path = vim/colors/gruvbox - url = git@github.com:morhetz/gruvbox +[submodule "vim/colors/gruvbox"] + path = vim/colors/gruvbox + url = git@github.com:morhetz/gruvbox diff --git a/vim/colors/gruvbox b/vim/colors/gruvbox new file mode 160000 +Subproject bf2885a95efdad7bd5e4794dd0213917770d79b |