Figure out how to retain a modifiable buffer while the buffer updates on timer events. #2
ariel-frischer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The way this plugin works, we just overwrite the current buffer with messages returned by
vim.api.nvim_exec("messages", true)
. So we could make it modifiable but it would just get overwritten on the next update.Beta Was this translation helpful? Give feedback.
All reactions