5 ms·
Onivim might not be for you :) But our project under the hood, libvim [1], might be useful for you to start (if it's easy to create bindings from C in Go). The
by bryphe 6y ago
Onivim might not be for you :) But our project under the hood, libvim [1], might be useful for you to start (if it's easy to create bindings from C in Go).
There's a cool non-Onivim usage of it called Paravim [2] (and the same author also used it for Vim-Cubed [3])
- [1] https://github.com/onivim/libvim/blob/master/src/libvim.h https://github.com/onivim/libvim/blob/master/src/libvim.h
- [2] https://github.com/paranim/paravim https://github.com/paranim/paravim
- [3] https://github.com/oakes/vim_cubed https://github.com/oakes/vim_cubed
- city41 6y agoJust to be clear, I was making my comment more in the context of vim than Onivim. I maybe should have said that originally, my bad. I backed Onivim and am keeping a close eye on it. Maybe I won't need to (try to) make my editor :)
- bryphe 6y agoAh, sorry I misread :) Thanks for supporting the project, really appreciate it!