Skip to content

Releases: dasupradyumna/launch.nvim

v0.1

15 Oct 18:47
f0b4b83
Compare
Choose a tag to compare

First Public Release

New Features

  • Creates configuration file at $CWD/.nvim/launch.lua
  • Allows specifying of task and debug (when enabled) configurations
  • All configurations are hot-reloadable upon saving changes
  • Task configurations can be rendered in either tabpage windows or floating windows
  • Active tasks can be reopened similar to launching tasks
  • User-defined variables can be used for runtime subsitution with user input when launching tasks or debuggers
  • Debugger support can be completely disabled if user requires only task-related functionality

Miscellaneous

  • Opened GitHub Discussions for the plugin