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 ++--- editors/README.md | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) 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.

diff --git a/editors/README.md b/editors/README.md index f2c6c2a3..b11a88dd 100644 --- a/editors/README.md +++ b/editors/README.md @@ -47,16 +47,14 @@ Copy or symlink all files into the corresponding directories in `~/.vim`. Add th 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. +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`: +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 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