From 291d99720e268af287d797a7d4d80281511a4324 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 7 Dec 2021 15:35:42 -0500 Subject: Add link to interactive Neovim plugin to editors page --- docs/editors/index.html | 2 ++ editors/README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/editors/index.html b/docs/editors/index.html index 35f6823f..a8f680fc 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -34,6 +34,8 @@
  Plug 'mlochbaum/BQN', {'rtp': 'editors/vim'}
 

Then run :PlugInstall.

+

Neovim interactivity

+

See this repository 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. Clone and add the following two lines to your init file (usually ~/.emacs.d/init.el), replacing the path appropriately.

(add-to-list 'load-path "/path/to/bqn-mode")
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.
-- 
cgit v1.2.3