Browse Source

Use mayansmoke for gvim, switch to personal archive

master
jimi 14 years ago
parent
commit
0165f94684
  1. 2
      .gitmodules
  2. 2
      vimrc

2
.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

2
vimrc

@ -29,6 +29,8 @@ if has("gui_running")
nmap <M-=> <Plug>FontsizeInc
nmap <M--> <Plug>FontsizeDec
nmap <M-0> <Plug>FontsizeDefault
" GUI only color scheme
colorscheme mayansmoke
endif
" Settings for tpope's surround plugin