alpha-nvim icon indicating copy to clipboard operation
alpha-nvim copied to clipboard

feat: Add support for custom `set_lines` function

Open artrixdotdev opened this issue 3 months ago • 0 comments

Goal

This PR lets users provide their own set_lines function through config.opts.

Why?

This makes it possible to work with plugins like
baleia.nvim, and allows things like
ANSI-colored ASCII art or logs to be shown on startup.

Notes

  • No breaking changes
  • Core functionality remains the same if no custom set_lines is provided

artrixdotdev avatar Sep 30 '25 20:09 artrixdotdev