canola.nvim/doc
Barrett Ruth 385bd82ce3
feat: add toggle() API for regular windows
Problem: `toggle_float()` and `toggle_split()` exist but there is no
`toggle()` for regular windows, forcing users to write their own
filetype-checking wrapper.

Solution: add `M.toggle()` that delegates to `close()` or `open()`
based on whether the current buffer is a canola buffer. Includes
vimdoc entry.
2026-03-08 15:24:00 -04:00
..
canola.txt feat: add toggle() API for regular windows 2026-03-08 15:24:00 -04:00
upstream.md docs(upstream): mark #380 not actionable (#86) 2026-03-07 17:05:46 -05:00