vim-haredoc

[vim] haredoc plugin
git clone https://git.torresjrjr.com/vim-haredoc.git
Log | Files | Refs | README | LICENSE

commit cb1d60af32f9f14971cb7c3288c235c1ead43c67
parent a2eaf062d5f67b0f12f338e015a2a77fa22fd7c2
Author: Byron Torres <b@torresjrjr.com>
Date:   Wed, 18 May 2022 02:54:05 +0100

README.md: add install guide, tidy

Diffstat:
MREADME.md | 17+++--------------
1 file changed, 3 insertions(+), 14 deletions(-)

diff --git 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>