From 180845d5c4603d615c7d272faecfa4b6e340b0da Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 1 Jul 2023 12:28:14 -0500 Subject: vim: delete in favor of neovim --- .gitmodules | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 098555e..0000000 --- a/.gitmodules +++ /dev/null @@ -1,27 +0,0 @@ -[submodule "vim/.vim/bundle/ctrlp.vim"] - path = vim/.vim/bundle/ctrlp.vim - url = https://github.com/ctrlpvim/ctrlp.vim.git -[submodule "vim/.vim/bundle/vimwiki"] - path = vim/.vim/bundle/vimwiki - url = https://github.com/vimwiki/vimwiki.git -[submodule "vim/.vim/bundle/gruvbox"] - path = vim/.vim/bundle/gruvbox - url = https://github.com/morhetz/gruvbox.git -[submodule "vim/.vim/bundle/tabular"] - path = vim/.vim/bundle/tabular - url = git://github.com/godlygeek/tabular.git -[submodule "vim/.vim/bundle/vim-airline"] - path = vim/.vim/bundle/vim-airline - url = https://github.com/vim-airline/vim-airline -[submodule "vim/.vim/bundle/vim-airline-themes"] - path = vim/.vim/bundle/vim-airline-themes - url = https://github.com/vim-airline/vim-airline-themes -[submodule "vim/.vim/bundle/vim-fugitive"] - path = vim/.vim/bundle/vim-fugitive - url = git://github.com/tpope/vim-fugitive.git -[submodule "vim/.vim/bundle/nerdtree"] - path = vim/.vim/bundle/nerdtree - url = https://github.com/scrooloose/nerdtree.git -[submodule "vim/.vim/bundle/tagbar"] - path = vim/.vim/bundle/tagbar - url = https://github.com/majutsushi/tagbar.git -- cgit v1.2.3