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 ++ 1 file changed, 2 insertions(+) (limited to 'docs/editors') 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")
-- 
cgit v1.2.3