ivanov / vim-ipython

A two-way integration between Vim and IPython 0.11+
http://github.com/ivanov/vim-ipython
1.04k stars 163 forks source link

WIP: steps towards better non-python support #96

Closed bfredl closed 9 years ago

bfredl commented 10 years ago

I've been experimenting a bit with multi-language support. Changes so far:

It works at least for executing code and correct syntax highlighting in Python and Julia but I haven't tested doc messages and completion yet. I'm not sure how to best organize language-specific configuration and features, One idea is refactor the client python code into a base class and let vim-IJulia etc subclass these, but that's probably overkill :)