diff options
| author | Byron Torres <b@torresjrjr.com> | 2022-05-18 02:54:05 +0100 |
|---|---|---|
| committer | Byron Torres <b@torresjrjr.com> | 2022-05-18 02:54:05 +0100 |
| commit | cb1d60af32f9f14971cb7c3288c235c1ead43c67 (patch) | |
| tree | 5c867d86359e2b6285e483cd3f1bfdb694dadadf | |
| parent | doc: fix and improve (diff) | |
| download | vim-haredoc-cb1d60af32f9f14971cb7c3288c235c1ead43c67.tar.gz | |
README.md: add install guide, tidy
| -rw-r--r-- | README.md | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -2,23 +2,12 @@ Vim plugin for the haredoc command -- [Hare documentation][h] in vim. - + ## 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> |
