diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6ed62de --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule ".vim/pack/vendor/start/vim-airline"] + path = .vim/pack/vendor/start/vim-airline + url = https://github.com/vim-airline/vim-airline +[submodule ".vim/pack/vendor/start/rainbow_parentheses.vim"] + path = .vim/pack/vendor/start/rainbow_parentheses.vim + url = https://github.com/kien/rainbow_parentheses.vim diff --git a/.vim/pack/vendor/start/rainbow_parentheses.vim b/.vim/pack/vendor/start/rainbow_parentheses.vim new file mode 160000 index 0000000..eb8baa5 --- /dev/null +++ b/.vim/pack/vendor/start/rainbow_parentheses.vim @@ -0,0 +1 @@ +Subproject commit eb8baa5428bde10ecc1cb14eed1d6e16f5f24695 diff --git a/.vim/pack/vendor/start/vim-airline b/.vim/pack/vendor/start/vim-airline new file mode 160000 index 0000000..02894b6 --- /dev/null +++ b/.vim/pack/vendor/start/vim-airline @@ -0,0 +1 @@ +Subproject commit 02894b6ef4752afd8579fc837aec5fb4f62409f7 diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..1511699 --- /dev/null +++ b/.vimrc @@ -0,0 +1,8 @@ +set ts=4 sw=4 +set number +syntax on + +au VimEnter * RainbowParenthesesToggle +au Syntax * RainbowParenthesesLoadRound +au Syntax * RainbowParenthesesLoadSquare +au Syntax * RainbowParenthesesLoadBraces