4
Get rust program project root using lua script
(programming.dev)
Another good option, and the one lazyvim went with, is ahmedkhalf/project.nvim
Ended up using nvim-rooter
. I modified (copy pasted) some of its scripts into a fork of nvim-dap-projects
to help setup nvim-dap
for a better rust debugging experience. Thanks for the suggestion
If it's that simple why are you not writing it yourself?