diff --git a/.gitmodules b/.gitmodules index f77d43b..df395b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule ".vim/bundle/nerdcommenter"] path = .vim/bundle/nerdcommenter url = https://github.com/scrooloose/nerdcommenter.git +[submodule ".vim/bundle/base16"] + path = .vim/bundle/base16 + url = https://github.com/chriskempson/base16-vim.git diff --git a/.vim/bundle/base16 b/.vim/bundle/base16 new file mode 160000 index 0000000..c0ad852 --- /dev/null +++ b/.vim/bundle/base16 @@ -0,0 +1 @@ +Subproject commit c0ad852dd453e4e9ac63cf7de89aae0c83f317a7