aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-12-07 15:35:42 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-12-07 15:35:42 -0500
commit291d99720e268af287d797a7d4d80281511a4324 (patch)
treea3edc06c93aa1d99748e4f3603295ef1e7f44957 /editors
parentd5607ea350c689d271fc423699cb40967e7968dd (diff)
Add link to interactive Neovim plugin to editors page
Diffstat (limited to 'editors')
-rw-r--r--editors/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/README.md b/editors/README.md
index b11a88dd..18edf186 100644
--- a/editors/README.md
+++ b/editors/README.md
@@ -55,6 +55,10 @@ To use vim-plug to install BQN support for vim, add this to your plugin section
Then run `:PlugInstall`.
+#### Neovim interactivity
+
+See [this repository](https://git.sr.ht/~detegr/nvim-bqn) for an additional plugin that provides bindings to run BQN code as you're editing it.
+
### Emacs
Emacs support now lives on [museoa/bqn-mode](https://github.com/museoa/bqn-mode). Clone and add the following two lines to your init file (usually `~/.emacs.d/init.el`), replacing the path appropriately.