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