mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00

vim.api.nvim_buf_set_option(buf_id, "bufhidden", "hide") happened to work, even though the first argument did not exist, since by default it would set the option on the current buffer which it happens to be.