Added CSCope plugin and keybindings

Added Vim-Airline
Added Vim-Bufferline
This commit is contained in:
Autumn Naber
2022-11-02 12:27:21 -07:00
parent 036248b797
commit d5f5cf2ef6
5 changed files with 31 additions and 3 deletions

9
.gitmodules vendored
View File

@@ -28,3 +28,12 @@
[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