From 87b1bb6996f6aa8d536f61c600bc8671d16b0f8a Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 29 Apr 2024 17:37:25 -0700 Subject: [PATCH] Add section on plugin installation (#76) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4a76d81..0563669 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ Hyperfocus-writing in Vim. Best served with [Goyo.vim](https://github.com/junegunn/goyo.vim). Works on 256-color terminal or on GVim. +Installation +------------ + +Use your favorite plugin manager. + +- [vim-plug](https://github.com/junegunn/vim-plug) + 1. Add `Plug 'junegunn/limelight.vim'` to your Vim configuration file + 2. Run `:source %` + 3. Run `:PlugInstall` + Usage -----