Dap support

This commit is contained in:
mathijs-bakker
2025-08-21 10:21:27 +02:00
parent b22f882b68
commit 3994ae2237
6 changed files with 96 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ M.setup = function(config)
capabilities = capabilities,
on_attach = function(client, bufnr)
utils.suppress_unsupported_lsp_messages(client, { "Method not found: godot/reloadScript" })
keymaps.attach(bufnr)
keymaps.attach_lsp(bufnr)
end,
})
end