feat(nvim/dap): gdb debuuger

This commit is contained in:
Marvin Drescher
2024-04-02 09:14:47 +02:00
parent 27c690efc5
commit 65aa4f26ee
2 changed files with 40 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ vim.g.rustaceanvim = {
test_executor = require('rustaceanvim.executors').neotest;
crate_test_executor = require('rustaceanvim.executors').background;
crate_test_executor = require('rustaceanvim.executors').neotest;
-- callback to execute once rust-analyzer is done initializing the workspace
-- The callback receives one parameter indicating the `health` of the server: "ok" | "warning" | "error"