Add dap support

This commit is contained in:
Alexander Gehrke 2025-09-19 16:49:25 +02:00
parent e5f3edd8c8
commit c56438c44b
5 changed files with 70 additions and 6 deletions

View file

@ -23,7 +23,7 @@ return {
javascript = { "prettierd", "prettier", stop_after_first = true },
},
-- Set up format-on-save
format_on_save = { timeout_ms = 500, lsp_fallback = true },
--format_on_save = { timeout_ms = 500, lsp_fallback = true },
-- Customize formatters
formatters = {
shfmt = {