Skip to content

Commit

Permalink
Added mac settings, session plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindente committed Nov 11, 2011
1 parent 3d1f4ca commit bf8c4f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _gvimrc
@@ -1,6 +1,10 @@
if has("gui_gtk2")
set guifont=Inconsolata\ 12
set guifont=Menlo:h16
elseif has("gui_win32")
set guifont=Consolas:h16:cANSI
elseif has("gui_macvim")
set guifont=Menlo:h16
endif



1 change: 1 addition & 0 deletions _vimrc
Expand Up @@ -24,6 +24,7 @@ Bundle 'digitaltoad/vim-jade'
Bundle 'scrooloose/nerdtree'
Bundle 'wavded/vim-stylus'
Bundle 'vim-scripts/Jasmine-snippets-for-snipMate'
Bundle 'xolox/vim-session'

if has('win32')
source $VIMRUNTIME/mswin.vim
Expand Down

0 comments on commit bf8c4f5

Please sign in to comment.