diff --git a/README.md b/README.md index 42a1f32..9e84199 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ A client library for creating Neovim plugins written in Clojure. ## Usage +
+ Repl + ### Repl Launch Neovim, explicitly setting the `NVIM_LISTEN_ADDRESS` @@ -31,11 +34,22 @@ user=> (require '[neovim-client.1.api :as api]) user=> (api/command c ":echo 'Hello Neovim!'") ... ``` - +
+
+ Tmux + Repl + Alternatively, if you've got tmux installed, you can use run the script `./tmux-run-dev.sh`, which will start Neovim, a repl, and execute similar setup code. +I almost forgot Tmux's navigation keys to switch between panes. + +```Ctrl-b arrow keys``` + +Your Tmux setup might use a different leader key for commands. Maybe Ctrl-c + +
+ ### Examples #### Included Sample Plugin