Adding submodules

This commit is contained in:
Debucquoy Anthony 2024-01-13 13:07:39 +01:00
parent e73ff72331
commit 92335b8773
4 changed files with 12 additions and 1 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
vim/.vim/.netrwhist
vim/.vim/bundle
!vim/.vim/bundle/Vundle.vim

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "vim/.vim/bundle/Vundle.vim"]
path = vim/.vim/bundle/Vundle.vim
url = https://github.com/Vundlevim/Vundle.vim
[submodule "polybar/.config/polybar/polybar-spotify"]
path = polybar/.config/polybar/polybar-spotify
url = https://github.com/Jvanrhijn/polybar-spotify

@ -0,0 +1 @@
Subproject commit 0765c5c4f485fa111f190e2d7dd89ec9f5b3f554

View File

@ -107,7 +107,7 @@ hi NonText ctermfg=None ctermbg=None
packadd termdebug packadd termdebug
filetype off filetype off
set rtp+=$HOME/.vim/bundle/vundle.vim/ set rtp+=$HOME/.vim/bundle/Vundle.vim/
call vundle#begin() call vundle#begin()
"Mandatory "Mandatory