metakirby5 / codi.vim

:notebook_with_decorative_cover: The interactive scratchpad for hackers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You know what would be cool? vim interpretor support

grepsuzette opened this issue · comments

Not a bug.

Codi is so cool.
And on the other hand, using vim command line or wincmd (q;) is not that practical.

I was wondering if there was a way to have a vim interpreter loop similar to all those interpreters with which Codi works but for vim script. Then we could have vim support for Codi and it would be really fun.

Unfortunately I don't know if that would possible, but I thought that discussion ought to be started.

Thanks for the kind compliment!

It seems doable as long as Vim exposes a way to run as an interpreter - perhaps here is a good place to start.