mrquantumcodes / bufferchad.nvim

A simple yet powerful buffer management system
GNU General Public License v3.0
41 stars 0 forks source link

API for doing things? #8

Closed daUnknownCoder closed 3 months ago

daUnknownCoder commented 3 months ago

I would like an API like harpoon has -> lua require("harpoon").mark() something like that... so that i can more lazy load it in the keys = {} of lazy.nvim

how to mark buffer? like i ain't familiar with mset

mrquantumcodes commented 3 months ago

Done, please check out the readme.

To clarify, mset was the keymap for adding a buffer to marks. Previously you couldn't change this mapping, now you can.

Also, there is a new API function to do the same thing so you can lazy load now.