add scala and sbt support (#986)

This commit is contained in:
Abouzar Parvan 2021-07-17 02:56:29 +04:30 committed by GitHub
parent cf0a558fe5
commit fe48ed9ef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 98 additions and 0 deletions

4
ftplugin/scala.lua Normal file
View file

@ -0,0 +1,4 @@
require("lang.scala").format()
require("lang.scala").lint()
require("lang.scala").lsp()
require("lang.scala").dap()