gsuuon / model.nvim

Neovim plugin for interacting with LLM's and building editor integrated prompts.
MIT License
293 stars 21 forks source link

Undojoin segment edits #21

Closed gsuuon closed 9 months ago

gsuuon commented 9 months ago

Adds join_undo option to enable joining undos. Will also undo any edits made elsewhere in buffer during streaming but for folks who don't edit while streaming (most users?) this is more intuitive. It also avoids adding a bunch of undo nodes due to streaming in text, which makes it harder to get to the undo nodes from before the response. May make this enabled by default eventually.

closes #18