From dcf5f8de978c58d7efe74f728bed8f36310239a4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 7 Dec 2021 08:13:25 -0500 Subject: Mention the new vim help file in the editor doc --- docs/editors/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/editors/index.html b/docs/editors/index.html index 30269aa8..35f6823f 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -29,9 +29,8 @@
  au! BufRead,BufNewFile *.bqn setf bqn
   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:

+

Include syntax on in your .vimrc for syntax highlighting and filetype plugin on for keyboard input. View docs from vim with :help bqn.

+

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.

-- cgit v1.2.3