diff options
Diffstat (limited to 'editors')
| -rw-r--r-- | editors/README.md | 4 |
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. |
