preview.nvim/lua
Barrett Ruth 7f1f8f8d65
feat: add extra_args provider field
Problem: Overriding a single flag (e.g. `-outdir=build`) required
redefining the entire `args` function, duplicating all preset defaults.

Solution: Add `extra_args` field that appends to the resolved `args`
after evaluation. Accepts a static table or a context function.
2026-03-05 22:05:36 -05:00
..
preview feat: add extra_args provider field 2026-03-05 22:05:36 -05:00