Skip Navigation
Get rust program project root using lua script
  • 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

  • Application Name

    Hello senior devs, I am currently creating yet another simple budgetting app based on how I budget my finances as an indie hacker, later I wish to also integrate it into another networking app as a dapp. The initial name I thought up for the app was Budget Dummy, but thought the Dummy keyword may deter people from trying it out and later changed it to HyphaSave... Should I stick with the initial application name since it practically implies what the app actually does, or should I play it safe with the second thought out name?

    0
    Get rust program project root using lua script
  • It works as expected, thank you

  • Get rust program project root using lua script

    Is there a simple script or plugin that uses patterns to get the root project directory path of a rust project in lua? The pattern should be to vheck for 'Cargo.lock' file

    8