From c5bf2d1f41833e1cb6674e49b4da194b80b3e394 Mon Sep 17 00:00:00 2001 From: Zekeriya Koc Date: Sun, 12 Dec 2021 21:15:28 +0300 Subject: [PATCH] Update on Vim REPL setup regarding latest changes --- docs/developer_guide/repl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer_guide/repl.md b/docs/developer_guide/repl.md index bd8a109..570aa16 100644 --- a/docs/developer_guide/repl.md +++ b/docs/developer_guide/repl.md @@ -41,8 +41,8 @@ OS - Windows 10, MacOS Catalina v10.15.6 Assume you already executed the commands described above in different terminal sessions and have the Athens instance running. And of course assume you installed vim-fireplace plugin too. ``` -lein dev # in one terminal, running nrepl server on port 8777 -yarn run electron . # another terminal running the Athens app itself +yarn dev # in one terminal, running nrepl server on port 8777 +yarn client:electron # another terminal running the Athens app itself ``` Now open any Clojure file in Vim. This will load vim-fireplace plugin and necessary commands. First, we need to connect Clojure (not Clojurescript yet) runtime;