aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/ftplugin/scala.vim
blob: 12520c6c4a8e22801131798ac7d6a823e4e08b2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
" Scala related config
" Last Changed: 2021-06-01
" Author: Federico Igne <>
" License: This file is placed in the public domain.

" Set default compiler to SBT
setlocal makeprg=sbt

" Set SBT error format
setlocal errorformat=\%E\ %#[error]\ %f:%l:%c:\ %m,%C\ %#[error]\ %p^,%-C%.%#,%Z,
      \%W\ %#[warn]\ %f:%l:%c:\ %m,%C\ %#[warn]\ %p^,%-C%.%#,%Z,
      \%-G%.%#