diff options
author | June McEnroe <june@causal.agency> | 2016-08-15 22:41:13 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-08-15 22:41:13 -0400 |
commit | 8fe4229f2d49597c8b4db3442a604aa4e3766f1d (patch) | |
tree | 6a4a70d1ccdb35d54c73686ee4bb93d16e610a9d /vendor.sh | |
parent | Remove march from SSH config (diff) | |
download | src-8fe4229f2d49597c8b4db3442a604aa4e3766f1d.tar.gz src-8fe4229f2d49597c8b4db3442a604aa4e3766f1d.zip |
Remove gruvbox
Diffstat (limited to '')
-rwxr-xr-x | vendor.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor.sh b/vendor.sh index 9b5c9b39..710231a2 100755 --- a/vendor.sh +++ b/vendor.sh @@ -9,5 +9,4 @@ pull() { echo "$1" } -pull {.config/nvim,morhetz/gruvbox/master}/colors/gruvbox.vim pull {.config/nvim,tpope/vim-pathogen/master}/autoload/pathogen.vim |