canola.nvim/lua/canola/adapters
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
..
files refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00
s3 refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00
ssh refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00
trash refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00
files.lua feat: emit \CanolaFileCreated\ autocmd on file creation 2026-03-06 15:50:41 -05:00
s3.lua refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00
ssh.lua refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00
test.lua refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00
trash.lua refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00