Skip to content

Commit

Permalink
Add plugin vimerl
Browse files Browse the repository at this point in the history
  • Loading branch information
upwell committed Mar 28, 2012
1 parent e2dc70f commit 24dcc66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -4,3 +4,6 @@
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "bundle/vimerl"]
path = bundle/vimerl
url = https://github.com/jimenezrick/vimerl.git
1 change: 1 addition & 0 deletions bundle/vimerl
Submodule vimerl added at 9689f5
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -173,7 +173,7 @@ if MySys() == "mac"
elseif MySys() == "windows"
set gfn=Bitstream\ Vera\ Sans\ Mono:h10
elseif MySys() == "linux"
set gfn=Inconsolata\ 16
set gfn=Inconsolata\ 12
set shell=/bin/bash
endif

Expand Down

0 comments on commit 24dcc66

Please sign in to comment.