Skip to content

Commit

Permalink
bundle, ftdetect: add scala
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Dec 3, 2015
1 parent 3a15f8c commit 65b255e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@
[submodule "bundle/clojure-static"]
path = bundle/clojure-static
url = https://github.com/guns/vim-clojure-static.git
[submodule "bundle/scala"]
path = bundle/scala
url = https://github.com/derekwyatt/vim-scala.git
1 change: 1 addition & 0 deletions bundle/scala
Submodule scala added at b0608f
1 change: 1 addition & 0 deletions ftdetect/scala.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
autocmd FileType scala setlocal shiftwidth=2 expandtab

0 comments on commit 65b255e

Please sign in to comment.