From 92bee27e94cab75b5b6e605f709e1f496fb59a79 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 8 Oct 2024 18:19:08 +0900 Subject: [PATCH] Remove wrong submodules --- .gitmodules | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 1c78b0b..0000000 --- a/.gitmodules +++ /dev/null @@ -1,27 +0,0 @@ -[submodule "home-rc/dot-files/.bash-git-prompt"] - path = home-rc/dot-files/.bash-git-prompt - url = https://github.com/magicmonty/bash-git-prompt.git -[submodule "home-rc/dot-files/.vim/bundle/nerdtree"] - path = home-rc/dot-files/.vim/bundle/nerdtree - url = https://github.com/scrooloose/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/vim-bufferline"] - path = home-rc/dot-files/.vim/bundle/vim-bufferline - url = https://github.com/bling/vim-bufferline -[submodule "home-rc/dot-files/.vim/bundle/vim-gitgutter"] - path = home-rc/dot-files/.vim/bundle/vim-gitgutter - url = git://github.com/airblade/vim-gitgutter.git -[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 -[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.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 -[submodule "home-rc/dot-files/.vim/bundle/undotree"] - path = home-rc/dot-files/.vim/bundle/undotree - url = https://github.com/mbbill/undotree.git