Adding submodules
This commit is contained in:
parent
a009c1049b
commit
4f5edb6932
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
vim/.vim/.netrwhist
|
||||
vim/.vim/bundle
|
||||
|
||||
!vim/.vim/bundle/Vundle.vim
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal 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
|
1
vim/.vim/bundle/Vundle.vim
Submodule
1
vim/.vim/bundle/Vundle.vim
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 0765c5c4f485fa111f190e2d7dd89ec9f5b3f554
|
@ -114,7 +114,7 @@ hi NonText ctermfg=None ctermbg=None
|
||||
packadd termdebug
|
||||
|
||||
filetype off
|
||||
set rtp+=$HOME/.vim/bundle/vundle.vim/
|
||||
set rtp+=$HOME/.vim/bundle/Vundle.vim/
|
||||
call vundle#begin()
|
||||
|
||||
"Mandatory
|
||||
|
Loading…
Reference in New Issue
Block a user