diff options
| -rw-r--r-- | editors/README.md | 8 |
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. |
