aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid S. Smith <david.smith@gmail.com>2021-08-25 20:15:12 -0500
committerDavid S. Smith <david.smith@gmail.com>2021-08-25 20:15:12 -0500
commit521ad35a4d639950fe0a9997f5634c42e2db100d (patch)
tree054d04dda9b1eba44eb81d0fd8bb097af81417c1 /editors
parentfae96197aa58a7fe1424ea4e421d80629b1fa852 (diff)
add vim-plug instructions to editor README
Diffstat (limited to 'editors')
-rw-r--r--editors/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/README.md b/editors/README.md
index 1a82b825..be4609a5 100644
--- a/editors/README.md
+++ b/editors/README.md
@@ -49,6 +49,14 @@ Copy or symlink all files into the corresponding directories in `~/.vim`. Add th
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.