Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
updated gvimrc with my real settings and removed colorschemes we're n…
Browse files Browse the repository at this point in the history
…ot using
  • Loading branch information
tubbo committed Jun 3, 2012
1 parent 6213887 commit 5418a11
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 14 deletions.
1 change: 0 additions & 1 deletion colors/getafe
Submodule getafe deleted from 4f29bd
1 change: 0 additions & 1 deletion colors/irblack
Submodule irblack deleted from 59622c
1 change: 0 additions & 1 deletion colors/molokai
Submodule molokai deleted from 0500e4
1 change: 0 additions & 1 deletion colors/pyte
Submodule pyte deleted from 71b654
1 change: 0 additions & 1 deletion colors/sampler-pack
Submodule sampler-pack deleted from 681ed9
1 change: 0 additions & 1 deletion colors/vividchalk
Submodule vividchalk deleted from fd6960
14 changes: 8 additions & 6 deletions gvimrc
@@ -1,12 +1,14 @@
if filereadable(expand("~/.gvimrc.before"))
source ~/.gvimrc.before
endif
"" tubbo's gvimrc
""
"" configuration specific to MacVim

" CtrlP OS-X Menu remapping
if janus#is_plugin_enabled('ctrlp') && has("gui_macvim")
macmenu &File.New\ Tab key=<D-S-t>
endif

if filereadable(expand("~/.gvimrc.after"))
source ~/.gvimrc.after
endif
" Solarized is the best color scheme for you.
colorscheme solarized
set background=light
set guifont=Monaco:\h14
call togglebg#map("<tab>")
2 changes: 0 additions & 2 deletions vimrc
Expand Up @@ -10,8 +10,6 @@ let g:janus_custom_path = expand("~/.janus")
" Load Janus core
exe 'source ' . g:janus_vim_path . '/core/before/plugin/janus.vim'

" Use Git Grep for project search
set projectsearch="git"

" Load Pathogen groups. Processed in reverse order.
call janus#add_group("tools")
Expand Down

0 comments on commit 5418a11

Please sign in to comment.