Switch all vim modules to subtrees

This commit is contained in:
2024-10-08 18:20:51 +09:00
parent 92bee27e94
commit cf7fd06b72
9 changed files with 32 additions and 0 deletions

24
.gitmodules vendored Normal file
View File

@@ -0,0 +1,24 @@
[submodule "home-rc/dot-files/.vim/bundle/nerdtree"]
path = home-rc/dot-files/.vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule "home-rc/dot-files/.vim/bundle/nerdtree-git-plugin"]
path = home-rc/dot-files/.vim/bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
[submodule "home-rc/dot-files/.vim/bundle/undotree"]
path = home-rc/dot-files/.vim/bundle/undotree
url = https://github.com/mbbill/undotree.git
[submodule "home-rc/dot-files/.vim/bundle/vim-bufferline"]
path = home-rc/dot-files/.vim/bundle/vim-bufferline
url = https://github.com/bling/vim-bufferline.git
[submodule "home-rc/dot-files/.vim/bundle/vim-easymotion"]
path = home-rc/dot-files/.vim/bundle/vim-easymotion
url = https://github.com/easymotion/vim-easymotion.git
[submodule "home-rc/dot-files/.vim/bundle/vim-gitgutter"]
path = home-rc/dot-files/.vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "home-rc/dot-files/.vim/bundle/vim-signature"]
path = home-rc/dot-files/.vim/bundle/vim-signature
url = https://github.com/kshenoy/vim-signature
[submodule "home-rc/dot-files/.vim/bundle/vim-fugitive"]
path = home-rc/dot-files/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git