sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
3.57k stars 101 forks source link

docs: Add commit example using `vim.ui.input()` #425

Closed LintaoAmons closed 9 months ago

LintaoAmons commented 9 months ago

A more intuitive way of commit. Just one keystroke after stash right in diffview

show

sindrets commented 9 months ago

Thanks! I made some adjustments so that it doesn't need to rely on Plenary. Nvim has plenty of builtin ways of running and controlling jobs. Unfortunately, many of the interfaces we have for managing jobs are either awkward to use, or too low level to use easily. But the new vim.system() is quite nice.

LintaoAmons commented 9 months ago

Haha, happy to see this is accepted~