diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2023-07-01 12:28:14 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2023-07-01 12:28:14 -0500 |
commit | 180845d5c4603d615c7d272faecfa4b6e340b0da (patch) | |
tree | 463c25d0c41129f481f03a80571d2d5fdf9627b9 /.gitmodules | |
parent | 86e3d37c8d0698f39a9cf2d46b1719aa7a527ac7 (diff) |
vim: delete in favor of neovim
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 27 |
1 files changed, 0 insertions, 27 deletions
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 |