mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 19:24:25 +02:00
add scala and sbt support (#986)
This commit is contained in:
parent
cf0a558fe5
commit
fe48ed9ef9
6 changed files with 98 additions and 0 deletions
|
@ -249,12 +249,19 @@ return require("packer").startup(function(use)
|
|||
},
|
||||
}
|
||||
|
||||
-- Java
|
||||
use {
|
||||
"mfussenegger/nvim-jdtls",
|
||||
-- ft = { "java" },
|
||||
disable = not O.lang.java.java_tools.active,
|
||||
}
|
||||
|
||||
-- Scala
|
||||
use {
|
||||
"scalameta/nvim-metals",
|
||||
disable = not O.lang.scala.metals.active,
|
||||
}
|
||||
|
||||
-- Install user plugins
|
||||
for _, plugin in pairs(O.user_plugins) do
|
||||
packer.use(plugin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue