feat(nvim/dap): gdb debuuger
This commit is contained in:
2
rust.lua
2
rust.lua
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user