Skip to content

Commit b7378ad

Browse files
Add copy/paste plugin definition
1 parent 91f1562 commit b7378ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
Jack in to Boot & Leiningen from Vim. Inspired by the feature in CIDER.el.
44

55
Depends on https://github.com/tpope/vim-dispatch[vim-dispatch] to run commands in background. If you're using Neovim I can recommend https://github.com/radenling/vim-dispatch-neovim[vim-dispatch-neovim]
6+
7+
[source,vim]
8+
----
9+
Plug 'tpope/vim-dispatch'
10+
Plug 'clojure-vim/vim-jack-in'
11+
" Only in Neovim:
12+
Plug 'radenling/vim-dispatch-neovim'
13+
----

0 commit comments

Comments
 (0)