← Back to context

Comment by leonardcser

1 month ago

Hi, I tried the model and I am super impressed by the performance/quality. Thanks for making this open source!

I am the author of this Neovim plugin for edit completions. I was able to integrate it with the Sweep Edit model.

For anyone who is interested: https://github.com/leonardcser/cursortab.nvim

Is there a port of this to Emacs or integration with gptel?

  • Hi, not that I know of. Most of the code would not change. It could easily be ported to different editors. The core is the go server (`server/`).

  • It seems it would be possible to use this with minuet.el. I’m not familiar with it, though.