Add configuration for plugins and scala
This commit is contained in:
parent
ef76c7d462
commit
1290798f92
3 changed files with 22 additions and 0 deletions
2
after/plugin/autoformat.vim
Normal file
2
after/plugin/autoformat.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
let g:formatdef_scalafmt = '"scalafmt --stdin 2>/dev/null"'
|
||||
let g:formatters_scala = ['scalafmt']
|
Loading…
Add table
Add a link
Reference in a new issue