Deadairx / dotfiles

0 stars 1 forks source link

Neovim Debug with Rust and Golang #2

Open Deadairx opened 1 year ago

Deadairx commented 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.

Deadairx commented 1 year ago

The thought process behind these keybindings was to designate <leader>d to debugging-related shortcuts.

I think the breakpoint just makes more sense as <leader>b for mnemonics.