gemini.vim

Gemini text syntax highlighting in vim
Log | Files | Refs | README | LICENSE

commit 8df843c723a1d15124f3abd488975512e10c85b2
parent 8a7adbfcf8a5393a0c3f5d555f99898788c9abf5
Author: Byron Torres <b@torresjrjr.com>
Date:   Wed, 14 Apr 2021 22:03:57 +0100

README.md: Rewrite installation

Diffstat:
MREADME.md | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -12,14 +12,16 @@ the *Gemini protocol specification v0.14.12 (2020-07-02)* Install ------- -Install as a Vim plugin in your runtimepath. +Use your preferred Vim plugin manager. For [vim-plug][vp]: - :help mysyntaxfile - :help ftdetect + Plug 'https://git.sr.ht/~torresjrjr/gemini.vim' + ... + :PlugInstall -Alternatively, use a Vim plugin manager. For [vim-plug][vp]: +Or install manually in your Vim runtimepath. - Plug 'https://git.sr.ht/~torresjrjr/gemini.vim' + :help mysyntaxfile + :help ftdetect Resources