Closed rattletat closed 4 years ago
Also, when opening the ipython buffer, could you set syntax=python automatically?
Yes, use let g:ipy_set_ft = 1
in your init.vim .
is it possible to use the run command as a operator on text objects?
Not yet, but it should be possible using 'operatorfunc', I will look into it.
Implemented it in my fork https://github.com/mightymicha/nvim-ipy
@mightymicha Nice! I might integrate the operatorfunc part, in the weekend or so.
@bfredl did you integrate the operatorfunc part? I would be keen on this. Am going to look at @rattletat 's fork
I cannot find the fork now: https://github.com/mightymicha/nvim-ipy 404 error :(
@JohnReid Hi yes sorry, it seems I deleted it. However, I switched to another plugin which uses a more universal approach and which works quite well: https://github.com/kassio/neoterm
Thx for the reply. I'll check it out. I do like nvim-ipy though.
Hi,
is it possible to use the run command as a operator on text objects? Often I would like to run the inner paragraph for example or the same indent (with indent textobject plugin). Also, when opening the ipython buffer, could you set syntax=python automatically?
Thanks a lot!