From 92335b877349fd23c6371049f54deb261418bff9 Mon Sep 17 00:00:00 2001 From: Debucquoy Anthony Date: Sat, 13 Jan 2024 13:07:39 +0100 Subject: [PATCH] Adding submodules --- .gitignore | 4 ++++ .gitmodules | 6 ++++++ vim/.vim/bundle/Vundle.vim | 1 + vim/.vimrc | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 vim/.vim/bundle/Vundle.vim diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ba55be --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +vim/.vim/.netrwhist +vim/.vim/bundle + +!vim/.vim/bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..caeb916 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/vim/.vim/bundle/Vundle.vim b/vim/.vim/bundle/Vundle.vim new file mode 160000 index 0000000..0765c5c --- /dev/null +++ b/vim/.vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 0765c5c4f485fa111f190e2d7dd89ec9f5b3f554 diff --git a/vim/.vimrc b/vim/.vimrc index 79a858a..03799f2 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -107,7 +107,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