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