diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c512232..9f70e68 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,3 +18,7 @@ path = rice/submodules/dmenu url = ../dmenu branch = master +[submodule ".vim/pack/plugins/start/vim-polyglot"] + path = .vim/pack/plugins/start/vim-polyglot + url = https://github.com/sheerun/vim-polyglot.git + branch = master |