dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit 8fa6591564da8b2f34a90b3f73ef2c5ecd15f55c
parent 54fa8b2fb57c97b4f8fb2c810a3ed1bdd30ca90c
Author: Bharatvaj <bharatvaj@yahoo.com>
Date:   Tue, 26 Apr 2022 01:27:04 +0530

Add vim-dispatch submodule

Fix emmet-vim submodule url

Diffstat:
M.gitmodules | 6++++++
A.local/share/vim/pack/general/start/vim-dispatch | 1+
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