Skip to content

v0.1

Latest
Compare
Choose a tag to compare
@dasupradyumna dasupradyumna released this 15 Oct 18:47
· 14 commits to main since this release
f0b4b83

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