Vim: Run selected code in a persistent REPL-environment

前端 未结 5 1867
逝去的感伤
逝去的感伤 2020-12-09 12:38

R, Python, Scala etc. all come with REPL-environments, which I don\'t want to miss, however, most of the time editing text in them sucks, so I edit the code in vim, paste it

5条回答
  •  臣服心动
    2020-12-09 13:11

    Maybe one of these two plugins is what you need:

    • slime is screen-based.
    • tslime is a tmux-based version of slime.

提交回复
热议问题