commit 978568e7a0712ac217c37f14aad36c95ac192b6a parent 30ee557df3a30e1b4c50913ee9e58bb7bf5cae62 Author: Bharatvaj <bharatvaj@yahoo.com> Date: Sun, 13 Feb 2022 02:09:04 +0530 Merge pull request #27 from bharatvaj/windows Properly add vim plugins as submodules Diffstat:
A | .gitmodules | | | 48 | ++++++++++++++++++++++++++++++++++++++++++++++++ |
A | .local/share/vim/.gitignore | | | 1 | + |
D | .local/share/vim/pack/development/start/emmet-vim | | | 1 | - |
3 files changed, 49 insertions(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,48 @@ +[submodule ".local/share/vim/pack/development/start/rust.vim"] + path = .local/share/vim/pack/development/start/rust.vim + url = https://git::@github.com/rust-lang/rust.vim.git +[submodule ".local/share/vim/pack/development/start/vim-cmake"] + path = .local/share/vim/pack/development/start/vim-cmake + url = https://git::@github.com/cdelledonne/vim-cmake.git +[submodule ".local/share/vim/pack/development/start/vim-msbuild"] + path = .local/share/vim/pack/development/start/vim-msbuild + url = https://git::@github.com/heaths/vim-msbuild.git +[submodule ".local/share/vim/pack/general/start/editorconfig-vim"] + path = .local/share/vim/pack/general/start/editorconfig-vim + url = https://git::@github.com/editorconfig/editorconfig-vim.git +[submodule ".local/share/vim/pack/general/start/vim-better-whitespace"] + path = .local/share/vim/pack/general/start/vim-better-whitespace + url = https://git::@github.com/ntpeters/vim-better-whitespace.git +[submodule ".local/share/vim/pack/general/start/vim-codepainter"] + path = .local/share/vim/pack/general/start/vim-codepainter + url = https://git::@github.com/lpinilla/vim-codepainter.git +[submodule ".local/share/vim/pack/general/start/vim-commentary"] + path = .local/share/vim/pack/general/start/vim-commentary + url = https://git::@github.com/tpope/vim-commentary.git +[submodule ".local/share/vim/pack/general/start/vim-easymotion"] + path = .local/share/vim/pack/general/start/vim-easymotion + url = https://git::@github.com/easymotion/vim-easymotion.git +[submodule ".local/share/vim/pack/general/start/vim-fugitive"] + path = .local/share/vim/pack/general/start/vim-fugitive + url = https://git::@github.com/tpope/vim-fugitive.git +[submodule ".local/share/vim/pack/general/start/vim-ninja-feet"] + path = .local/share/vim/pack/general/start/vim-ninja-feet + url = https://git::@github.com/tommcdo/vim-ninja-feet.git +[submodule ".local/share/vim/pack/general/start/vim-repeat"] + path = .local/share/vim/pack/general/start/vim-repeat + url = https://git::@github.com/tpope/vim-repeat.git +[submodule ".local/share/vim/pack/general/start/vim-surround"] + path = .local/share/vim/pack/general/start/vim-surround + url = https://git::@github.com/tpope/vim-surround.git +[submodule ".local/share/vim/pack/general/start/vim-textobj-user"] + path = .local/share/vim/pack/general/start/vim-textobj-user + url = https://git::@github.com/kana/vim-textobj-user.git +[submodule ".local/share/vim/pack/general/start/vim-textobj-xmlattr"] + path = .local/share/vim/pack/general/start/vim-textobj-xmlattr + url = https://git::@github.com/whatyouhide/vim-textobj-xmlattr.git +[submodule ".local/share/vim/pack/general/start/vim-unimpaired"] + path = .local/share/vim/pack/general/start/vim-unimpaired + url = https://github.com/tpope/vim-unimpaired +[submodule ".local/share/vim/pack/themes/start/gruvbox-material"] + path = .local/share/vim/pack/themes/start/gruvbox-material + url = https://git::@github.com/sainnhe/gruvbox-material.git diff --git a/.local/share/vim/.gitignore b/.local/share/vim/.gitignore @@ -0,0 +1 @@ +!pack/**/start/** diff --git a/.local/share/vim/pack/development/start/emmet-vim b/.local/share/vim/pack/development/start/emmet-vim @@ -1 +0,0 @@ -Subproject commit 1b7e460de071b7ed45cae3b5bec47310e7d12ed5