• calm.like.a.bomb@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    3 个月前

    It’s usually a good idea to have a line explaining what your plugin does/is for. I have no idea what dap could be and I would lose interest seeing no clear description.

    • SpicySquid@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      3 个月前

      It’s a plugin that allows you to debug your projects straight from nvim. Including all the neat things that go with it, stepping in and out of functions, reading variables, and much more. It’s great if you ask me!

    • esa@discuss.tchncs.de
      link
      fedilink
      arrow-up
      6
      ·
      3 个月前

      DAP stands for Debugger Adapter Protocol or something close to that. My impression is it’s pretty much the debugger variant of the Language Server Protocol (LSP).