commit 7a2e75a2300e944c6cc825601bf5acfe334bf1b4
parent 9a98d07b2f09782053a3c6aa53648c5f3faaa63c
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Tue, 26 Apr 2022 01:27:04 +0530
Add vim-dispatch submodule
Fix emmet-vim submodule url
Diffstat:
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules
@@ -7,6 +7,9 @@
[submodule ".local/share/vim/pack/development/opt/vim-msbuild"]
path = .local/share/vim/pack/development/opt/vim-msbuild
url = https://git::@github.com/heaths/vim-msbuild.git
+[submodule ".local/share/vim/pack/development/opt/emmet-vim"]
+ path = .local/share/vim/pack/development/opt/emmet-vim
+ url = https://github.com/mattn/emmet-vim
[submodule ".local/share/vim/pack/general/opt/editorconfig-vim"]
path = .local/share/vim/pack/general/opt/editorconfig-vim
url = https://git::@github.com/editorconfig/editorconfig-vim.git
@@ -52,3 +55,6 @@
[submodule ".local/share/vim/pack/general/start/vim-tmux-navigator"]
path = .local/share/vim/pack/general/start/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator
+[submodule ".local/share/vim/pack/general/start/vim-dispatch"]
+ path = .local/share/vim/pack/general/start/vim-dispatch
+ url = https://github.com/tpope/vim-dispatch
diff --git a/.local/share/vim/pack/general/start/vim-dispatch b/.local/share/vim/pack/general/start/vim-dispatch
@@ -0,0 +1 @@
+Subproject commit 00e77d90452e3c710014b26dc61ea919bc895e92