From cf7fd06b72ace09871e61c866d2d78eec070b9dd Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 8 Oct 2024 18:20:51 +0900 Subject: [PATCH] Switch all vim modules to subtrees --- .gitmodules | 24 +++++++++++++++++++ home-rc/dot-files/.vim/bundle/nerdtree | 1 + .../dot-files/.vim/bundle/nerdtree-git-plugin | 1 + home-rc/dot-files/.vim/bundle/undotree | 1 + home-rc/dot-files/.vim/bundle/vim-bufferline | 1 + home-rc/dot-files/.vim/bundle/vim-easymotion | 1 + home-rc/dot-files/.vim/bundle/vim-fugitive | 1 + home-rc/dot-files/.vim/bundle/vim-gitgutter | 1 + home-rc/dot-files/.vim/bundle/vim-signature | 1 + 9 files changed, 32 insertions(+) create mode 100644 .gitmodules create mode 160000 home-rc/dot-files/.vim/bundle/nerdtree create mode 160000 home-rc/dot-files/.vim/bundle/nerdtree-git-plugin create mode 160000 home-rc/dot-files/.vim/bundle/undotree create mode 160000 home-rc/dot-files/.vim/bundle/vim-bufferline create mode 160000 home-rc/dot-files/.vim/bundle/vim-easymotion create mode 160000 home-rc/dot-files/.vim/bundle/vim-fugitive create mode 160000 home-rc/dot-files/.vim/bundle/vim-gitgutter create mode 160000 home-rc/dot-files/.vim/bundle/vim-signature diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..75b4e31 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/home-rc/dot-files/.vim/bundle/nerdtree b/home-rc/dot-files/.vim/bundle/nerdtree new file mode 160000 index 0000000..9b465ac --- /dev/null +++ b/home-rc/dot-files/.vim/bundle/nerdtree @@ -0,0 +1 @@ +Subproject commit 9b465acb2745beb988eff3c1e4aa75f349738230 diff --git a/home-rc/dot-files/.vim/bundle/nerdtree-git-plugin b/home-rc/dot-files/.vim/bundle/nerdtree-git-plugin new file mode 160000 index 0000000..e1fe727 --- /dev/null +++ b/home-rc/dot-files/.vim/bundle/nerdtree-git-plugin @@ -0,0 +1 @@ +Subproject commit e1fe727127a813095854a5b063c15e955a77eafb diff --git a/home-rc/dot-files/.vim/bundle/undotree b/home-rc/dot-files/.vim/bundle/undotree new file mode 160000 index 0000000..78b5241 --- /dev/null +++ b/home-rc/dot-files/.vim/bundle/undotree @@ -0,0 +1 @@ +Subproject commit 78b5241191852ffa9bb5da5ff2ee033160798c3b diff --git a/home-rc/dot-files/.vim/bundle/vim-bufferline b/home-rc/dot-files/.vim/bundle/vim-bufferline new file mode 160000 index 0000000..651fd01 --- /dev/null +++ b/home-rc/dot-files/.vim/bundle/vim-bufferline @@ -0,0 +1 @@ +Subproject commit 651fd010aa9613a4b8636a4af8a2db0d22800262 diff --git a/home-rc/dot-files/.vim/bundle/vim-easymotion b/home-rc/dot-files/.vim/bundle/vim-easymotion new file mode 160000 index 0000000..b3cfab2 --- /dev/null +++ b/home-rc/dot-files/.vim/bundle/vim-easymotion @@ -0,0 +1 @@ +Subproject commit b3cfab2a6302b3b39f53d9fd2cd997e1127d7878 diff --git a/home-rc/dot-files/.vim/bundle/vim-fugitive b/home-rc/dot-files/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..d4877e5 --- /dev/null +++ b/home-rc/dot-files/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit d4877e54cef67f5af4f950935b1ade19ed6b7370 diff --git a/home-rc/dot-files/.vim/bundle/vim-gitgutter b/home-rc/dot-files/.vim/bundle/vim-gitgutter new file mode 160000 index 0000000..7b0b509 --- /dev/null +++ b/home-rc/dot-files/.vim/bundle/vim-gitgutter @@ -0,0 +1 @@ +Subproject commit 7b0b5098e3e57be86bb96cfbf2b8902381eef57c diff --git a/home-rc/dot-files/.vim/bundle/vim-signature b/home-rc/dot-files/.vim/bundle/vim-signature new file mode 160000 index 0000000..6bc3dd1 --- /dev/null +++ b/home-rc/dot-files/.vim/bundle/vim-signature @@ -0,0 +1 @@ +Subproject commit 6bc3dd1294a22e897f0dcf8dd72b85f350e306bc