# REPL in Vim

**URL:** https://discourse.julialang.org/t/repl-in-vim/86649
**Category:** General Usage
**Tags:** vim
**Created:** [September 1, 2022, 4:29pm UTC](https://discourse.julialang.org/t/repl-in-vim/86649 "2022-09-01T16:29:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![pedro.rafae](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pedro.rafae/32/1173_2.png) [@pedro.rafae](https://discourse.julialang.org/u/pedro.rafae)
#### Post date: [September 1, 2022, 4:29pm UTC](https://discourse.julialang.org/t/repl-in-vim/86649/1 "2022-09-01T16:29:33Z")

</div>

Dear friends,

what’s the best way to invoke Julia’s REPL for someone using the Vim editor? I’m using the Julia plugin for Vim, but I always have to be compiling the Julia code. I would like to know if there is any interesting way to experiment in the REPL, without having to open a new tab in vim with Julia. Does the plugin have any way to do this easily?

---

<div class="post-metadata">

### Author: ![contradict](https://avatars.discourse-cdn.com/v4/letter/c/ac91a4/32.png) [@contradict](https://discourse.julialang.org/u/contradict)
#### Post date: [September 1, 2022, 4:52pm UTC](https://discourse.julialang.org/t/repl-in-vim/86649/2 "2022-09-01T16:52:46Z")

</div>

I use [vim-slime](https://github.com/jpalardy/vim-slime).

---

<div class="post-metadata">

### Author: ![pedro.rafae](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pedro.rafae/32/1173_2.png) [@pedro.rafae](https://discourse.julialang.org/u/pedro.rafae)
#### Post date: [September 1, 2022, 6:43pm UTC](https://discourse.julialang.org/t/repl-in-vim/86649/3 "2022-09-01T18:43:15Z")

</div>

Thanks for the plugin suggestion. I am liking it.

 ![image](https://global.discourse-cdn.com/julialang/original/3X/5/7/576e2556a5daeeea84a3c7d92cabeacd6b1bf72c.png)
