-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance for a Vim plugin? #8
Comments
@jeaye I would love for there to be a vim plugin! I'm just not the person to write it. However, if someone were interested in taking that on, I'd be happy to provide guidance, docs or anything like that. |
I think the important thing would be to document the nrepl operations, and how to interact at that level. This should allow vim developers to build on nrepl abstractions that vim plugins like fireplace/acid provide. |
@SevereOverfl0w I'll put this on my near-term todo list. thanks |
I'll just add: would-be plugin authors are welcome to contact me about ways to improve the nrepl interface. I built it around exactly what I needed to accomplished what I wanted for emacs, so it might not be as well suited for other editors. |
I've created a proof of concept for a Vim plugin. https://github.com/arsenerei/vim-sayid I'll be adding more to it, but here's a preview. |
Badass. Thanks for putting in the work! This is absolutely something I'd use, especially since I'm already in bed with vim-fireplace.
|
I've added the following to vim-sayid:
The plugin feels usuable at this point, so I would certainly appreciate some feedback. :) |
This project looks perfect for answering the "Why is my data this shape?" question. Any plans for Vim users, or making the project easily consumable by other plugin writers?
Thanks.
The text was updated successfully, but these errors were encountered: