Skip to content

Commit

Permalink
docs: Update help
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Feb 28, 2024
1 parent 4a8911c commit e7fd4df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/vim-iced.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ LEININGEN~
$HOME/.lein/profile.clj
>
{:user
{:dependencies [[nrepl "1.1.0"]
{:dependencies [[nrepl "1.1.1"]
[com.github.liquidz/iced-nrepl "1.2.480"]
[cider/cider-nrepl "0.44.0"]]
[cider/cider-nrepl "0.45.0"]]
:repl-options {:nrepl-middleware [cider.nrepl/wrap-classpath
cider.nrepl/wrap-clojuredocs
cider.nrepl/wrap-complete
Expand Down Expand Up @@ -174,7 +174,7 @@ BOOT~
(swap! boot.repl/*default-dependencies* concat
'[[refactor-nrepl "3.9.1"]
[cider/cider-nrepl "0.44.0"]
[cider/cider-nrepl "0.45.0"]
[com.github.liquidz/iced-nrepl "1.2.480"]])
(swap! boot.repl/*default-middleware* concat
Expand Down Expand Up @@ -204,7 +204,7 @@ SHADOW-CLJS~
>
{
:dependencies [[refactor-nrepl "3.9.1"]
[cider/cider-nrepl "0.44.0"]
[cider/cider-nrepl "0.45.0"]
[com.github.liquidz/iced-nrepl "1.2.480"]]
}
<
Expand Down

0 comments on commit e7fd4df

Please sign in to comment.