3 lines
140 B
VimL
3 lines
140 B
VimL
" see here for instructions to get scalafmt set up
|
|
let g:formatdef_scalafmt = '"ng-nailgun scalafmt"'
|
|
let g:formatters_scala = ['scalafmt']
|