canola.nvim/lua
Barrett Ruth c3ef048144
fix(init): load oil buffer when BufAdd hijack fires under trouble/bqf
Problem: `BufAdd` handler renames a directory buffer to its `oil://`
URL and relies on the resulting `BufReadCmd` to load it. Plugins like
trouble.nvim that intercept quickfix opening suppress nested autocmds,
so `BufReadCmd` never fires and the buffer is left blank.

Solution: call `load_oil_buffer` directly after a successful hijack,
matching the startup loop which already does this. `load_oil_buffer`
guards against double-loading, so normal-path callers where
`BufReadCmd` does fire are unaffected.
2026-03-18 15:29:24 -04:00
..
oil fix(init): load oil buffer when BufAdd hijack fires under trouble/bqf 2026-03-18 15:29:24 -04:00
resession/extensions refactor: revert canola namespace to oil and remove vim.g config (#120) 2026-03-10 22:49:56 -04:00