bookmarks.nvim
bookmarks.nvim copied to clipboard
Persist idea
You can use nvim_buf_get_extmarks to get those changed line numbers and get the new line location, no need for hash I think.
You can use nvim_buf_get_extmarks to get those changed line numbers and get the new line location, no need for hash I think.
Can you be more detailed, I looked into the api and don't know how to do it
Like https://github.com/otavioschwanck/arrow.nvim/blob/63ec9a7fa880a771dd2376fd3428a00da910ffbb/lua/arrow/buffer_persist.lua#L139