Files
dot_files/.gitmodules
Autumn Naber d5f5cf2ef6 Added CSCope plugin and keybindings
Added Vim-Airline
Added Vim-Bufferline
2022-11-02 12:27:21 -07:00

40 lines
1.5 KiB
Plaintext

[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
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "vim/bundle/quickr-cscope.vim"]
path = vim/bundle/quickr-cscope.vim
url = https://github.com/ronakg/quickr-cscope.vim
[submodule "vim/bundle/vim-bufferline"]
path = vim/bundle/vim-bufferline
url = https://github.com/bling/vim-bufferline