Open Deadairx opened 1 year ago
The goal here is to get a fully configured debug tool in Neovim. I'll merge once I have it working with a Rust test and project
I'm following this video to start.
So far, all I've done is add the plugins and keymaps, but there is no config set yet, so nothing will happen at this point.
The thought process behind these keybindings was to designate <leader>d to debugging-related shortcuts.
<leader>d
I think the breakpoint just makes more sense as <leader>b for mnemonics.
<leader>b
The goal here is to get a fully configured debug tool in Neovim. I'll merge once I have it working with a Rust test and project
I'm following this video to start.
So far, all I've done is add the plugins and keymaps, but there is no config set yet, so nothing will happen at this point.