From 521ad35a4d639950fe0a9997f5634c42e2db100d Mon Sep 17 00:00:00 2001 From: "David S. Smith" Date: Wed, 25 Aug 2021 20:15:12 -0500 Subject: add vim-plug instructions to editor README --- editors/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'editors') 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. -- cgit v1.2.3