Releases: dasupradyumna/launch.nvim
Releases · dasupradyumna/launch.nvim
v0.1
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