Make REPL buffer buflisted configurable
enhancement
### Feature description
Currently, the function `create_or_toggle` creates the REPL buffer using `vim.api.nvim_create_buf(true, ...)`, which always marks the buffer as listed. It would be helpful to allow users to control this behavior by specifying whether the REPL buffer should be buflisted.
关闭于 2025-12-12 1 条评论