nvim: fix sourcehut gemtext plugin url (sr.ht -> git.sr.ht)

This commit is contained in:
Hedy Li 2021-08-19 12:57:28 +08:00
parent a27a8c99f0
commit 3d20701074
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Plug 'ctrlpvim/ctrlp.vim' " Quickly find a fine with fuzzy find; T
Plug 'airblade/vim-gitgutter' " Show git diff overview stuff in the left column
Plug 'majutsushi/tagbar' " Quickly jump to a symbol in buffer (one of my most used omg!)
Plug 'wakatime/vim-wakatime' " Tracks my coding stats (because I like to look at the stats for fun)
Plug 'https://sr.ht/~torresjrjr/gemini.vim' " gemtext syntax highlighting; I know there are more
Plug 'https://git.sr.ht/~torresjrjr/gemini.vim' " gemtext syntax highlighting; I know there are more
" popular alternatives but this is the
" best IMO