cp.nvim/lua
Barrett Ruth bdf1f90f33 feat: add per-language template file support
Problem: new solution files were always created empty, requiring users
to manually paste boilerplate or rely on editor snippets that fire
outside cp.nvim's control.

Solution: add an optional template field to the language config. When
set to a file path, its contents are written into every newly created
solution buffer before the setup_code hook runs. Existing files are
never overwritten.
2026-02-26 22:54:32 -05:00
..
cp feat: add per-language template file support 2026-02-26 22:54:32 -05:00