From 3d6e24c8788b5e386d97e872f5e80e73a3ce5293 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 25 Aug 2021 21:25:20 -0400 Subject: Recompile editors README --- docs/editors/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/editors/index.html b/docs/editors/index.html index 347c5350..bdef466d 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -30,6 +30,11 @@ au! BufRead,BufNewFile * if getline(1) =~ '^#!.*bqn$' | setf bqn | endif

Include syntax on in your .vimrc for syntax highlighting and filetype plugin on for keyboard input.

+

To use vim-plug to install BQN support for vim, add this to your plugin section +of your .vimrc:

+
  Plug 'mlochbaum/BQN', {'rtp': 'editors/vim'}
+
+

Then run :PlugInstall.

Emacs

Add the following two lines to init.el (usually ~/.emacs.d/init.el), replacing the path appropriately.

(add-to-list 'load-path "/path/to/BQN/editors/emacs")
-- 
cgit v1.2.3