From 0165f94684a3ba3a14691b895a023e45b1767d12 Mon Sep 17 00:00:00 2001 From: jimi Date: Mon, 18 Oct 2010 13:08:52 -0500 Subject: [PATCH] Use mayansmoke for gvim, switch to personal archive --- .gitmodules | 2 +- vimrc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e6ddfe9..17e1e17 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,4 +33,4 @@ url = git://github.com/vim-scripts/nginx.vim.git [submodule "bundle/mayansmoke"] path = bundle/mayansmoke - url = git://github.com/vim-scripts/mayansmoke.git + url = git@github.com:jinfield/mayansmoke.git diff --git a/vimrc b/vimrc index 167af56..6f1c78a 100644 --- a/vimrc +++ b/vimrc @@ -29,6 +29,8 @@ if has("gui_running") nmap FontsizeInc nmap FontsizeDec nmap FontsizeDefault + " GUI only color scheme + colorscheme mayansmoke endif " Settings for tpope's surround plugin