diff options
author | Malfurious <m@lfurio.us> | 2023-11-29 21:33:25 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-11-29 21:33:25 -0500 |
commit | f9aeadc2d06ea9a48a2b0cc4cbbb5a80d8bdcca4 (patch) | |
tree | d01879807ec459514288fb7d29672224427754a3 /.gitmodules | |
parent | dbfcf6f4438f4b9bdc7ce5e2ac75091d6f3ba7f8 (diff) | |
download | rice-f9aeadc2d06ea9a48a2b0cc4cbbb5a80d8bdcca4.tar.gz rice-f9aeadc2d06ea9a48a2b0cc4cbbb5a80d8bdcca4.zip |
Add wmname submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9f70e68..15ad774 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,7 @@ path = .vim/pack/plugins/start/vim-polyglot url = https://github.com/sheerun/vim-polyglot.git branch = master +[submodule "rice/submodules/wmname"] + path = rice/submodules/wmname + url = ../wmname + branch = master |