diff options
author | A Farzat <a@farzat.xyz> | 2024-10-14 16:44:51 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-21 15:53:45 +0900 |
commit | debdff7e043ce2f9ef4da4809e6782ad7dc0bda2 (patch) | |
tree | 1e597080b56d8c77ee39c7627096a7ac5fdb313c /.gitmodules | |
parent | 0979dffece5d29ef98810e1b0910d307b5a2f972 (diff) | |
download | dotfiles-debdff7e043ce2f9ef4da4809e6782ad7dc0bda2.tar.gz dotfiles-debdff7e043ce2f9ef4da4809e6782ad7dc0bda2.zip |
Add mpv-reload
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2de55a1..d7f0b0e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".config/nvim"] path = .config/nvim url = https://cgit.farzat.xyz/dotfiles/nvim +[submodule ".config/mpv/scripts/mpv-reload"] + path = .config/mpv/script-repos/mpv-reload + url = https://github.com/4e6/mpv-reload.git |