Skip to content

Commit

Permalink
fix vim-scala plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Sep 23, 2013
1 parent 93b7eac commit 7caaf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ ab #e # encoding: UTF-8
" AutoCommands " {{{
au BufRead,BufNewFile {Gemfile,Rakefile,Capfile,*.rake,config.ru} set ft=ruby tabstop=2 softtabstop=2 shiftwidth=2 expandtab smarttab
au BufRead,BufNewFile {*.md,*.mkd,*.markdown} setf markdown
au BufRead,BufNewFile {*.scala} setf scala
" au BufRead,BufNewFile {*.scala} setf scala
au! BufReadPost {COMMIT_EDITMSG,*/COMMIT_EDITMSG} set ft=gitcommit noml list| norm 1G
au! BufWritePost *.snippet call ReloadAllSnippets()
" open help in vertical split
Expand All @@ -240,7 +240,7 @@ if has("gui_running")
endif

" Programming
Bundle 'vim-scala'
Bundle 'derekwyatt/vim-scala'
Bundle 'anzaika/go.vim'
Bundle 'jQuery'
Bundle 'tpope/vim-rails'
Expand Down

0 comments on commit 7caaf88

Please sign in to comment.