aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByron Torres <b@torresjrjr.com>2022-05-18 02:54:05 +0100
committerByron Torres <b@torresjrjr.com>2022-05-18 02:54:05 +0100
commitcb1d60af32f9f14971cb7c3288c235c1ead43c67 (patch)
tree5c867d86359e2b6285e483cd3f1bfdb694dadadf
parentdoc: fix and improve (diff)
downloadvim-haredoc-cb1d60af32f9f14971cb7c3288c235c1ead43c67.tar.gz
README.md: add install guide, tidy
-rw-r--r--README.md17
1 files changed, 3 insertions, 14 deletions
diff --git a/README.md b/README.md
index 1b0a4aa..edb09c4 100644
--- a/README.md
+++ b/README.md
@@ -2,23 +2,12 @@
Vim plugin for the haredoc command -- [Hare documentation][h] in vim.
-![Usage of the K command](scrot.jpg)
+![screenshot](scrot.jpg)
## Install
-Method 1: Use your preferred Vim plugin manager. E.g. [vim-plug][v]:
-
- :Plug 'https://git.sr.ht/~torresjrjr/vim-haredoc'
-
-Method 2: Install directly using 'packages' in Vim 8:
-
- :help packages
-
-In your shell:
-
- $ git clone https://git.sr.ht/~torresjrjr/vim-haredoc \
- ~/.vim/pack/plugins/start/vim-haredoc
+See [guide](https://torresjrjr.com/archive/2022-05-18-install-vim-plugin/).
## Usage
@@ -28,7 +17,7 @@ In your shell:
## Resources
-Send patches to <~torresjrjr/public-inbox@lists.sr.ht> ([archive][a]).
+Send patches to <~torresjrjr/public-inbox@lists.sr.ht> [[archive][a]].
Mirrors:
- <https://git.sr.ht/~torresjrjr/vim-haredoc>