update plugin configs
This commit is contained in:
parent
77e8e0b88b
commit
7d42f1af29
|
@ -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 },
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue