Initial commit

This commit is contained in:
Autumn Naber
2022-01-24 12:32:39 -08:00
parent be6e4214b9
commit 036248b797
22 changed files with 1129 additions and 0 deletions

30
.gitmodules vendored Normal file
View File

@@ -0,0 +1,30 @@
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule "vim/bundle/OmniCppComplete"]
path = vim/bundle/OmniCppComplete
url = https://github.com/vim-scripts/OmniCppComplete.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/taglist"]
path = vim/bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
[submodule "vim/bundle/lightline"]
path = vim/bundle/lightline
url = https://github.com/itchyny/lightline.vim.git
[submodule "vim/bundle/rainbow"]
path = vim/bundle/rainbow
url = https://github.com/frazrepo/vim-rainbow.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "vim/bundle/indentLine"]
path = vim/bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git