canola.nvim/lua
Barrett Ruth 75eaf3994d
feat: emit \CanolaFileCreated\ autocmd on file creation
Problem: no way to hook into individual file creation to populate
initial contents, without a plugin-specific config callback.

Solution: fire \`User CanolaFileCreated\` with \`data.path\` after each
successful \`fs.touch\` in the files adapter. Users listen with
\`nvim_create_autocmd\` and write to the path however they like.
2026-03-06 15:50:41 -05:00
..
canola feat: emit \CanolaFileCreated\ autocmd on file creation 2026-03-06 15:50:41 -05:00
resession/extensions refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00