Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/vgod/vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Chang committed Mar 8, 2013
2 parents ad36364 + 55f3aee commit a598dcb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -91,3 +91,6 @@
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = git://github.com/airblade/vim-gitgutter.git
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -140,6 +140,8 @@ PLUGINS

`:Ack [options] {pattern} [{directory}]`

* [Git Gutter](https://github.com/airblade/vim-gitgutter): shows a git diff in the 'gutter' (sign column). It shows whether each line has been added, modified, and where lines have been removed.

Language specific supports
--------------------------

Expand Down
1 change: 1 addition & 0 deletions bundle/vim-gitgutter
Submodule vim-gitgutter added at 14563c
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -333,3 +333,6 @@ let g:snipMateAllowMatchingDot = 0

" --- coffee-script
au BufWritePost *.coffee silent CoffeeMake! -b | cwindow | redraw! " recompile coffee scripts on write

" --- vim-gitgutter
let g:gitgutter_enabled = 1

0 comments on commit a598dcb

Please sign in to comment.