update plugin configs

This commit is contained in:
Alexander Gehrke 2024-09-11 10:05:14 +02:00
parent 77e8e0b88b
commit 7d42f1af29
2 changed files with 9 additions and 1 deletions

View file

@ -19,7 +19,7 @@ return {
formatters_by_ft = { formatters_by_ft = {
lua = { "stylua" }, lua = { "stylua" },
python = { "isort", "black" }, python = { "isort", "black" },
javascript = { { "prettierd", "prettier" } }, javascript = { "prettierd", "prettier", stop_after_first = true },
}, },
-- Set up format-on-save -- Set up format-on-save
format_on_save = { timeout_ms = 500, lsp_fallback = true }, format_on_save = { timeout_ms = 500, lsp_fallback = true },

View file

@ -29,6 +29,14 @@ return {
--args = { "firstArg", "secondArg", "thirdArg" }, -- here just as an example --args = { "firstArg", "secondArg", "thirdArg" }, -- here just as an example
}, },
}, },
{
type = "scala",
request = "attach",
buildTarget = "main",
name = "attach to service",
hostName = "localhost",
port = 9999,
},
{ {
type = "scala", type = "scala",
request = "launch", request = "launch",