Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 419 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 419 Bytes

vim-gemtext

NOTE: This plugin has been added to Vim! vim/vim#8427.

Vim syntax highlighting support for Gemtext, the Gemini protocol's markup language.

Install

With vim-plug:

Plug 'SuneelFreimuth/vim-gemtext'

With Pathogen:

cd ~/.vim/bundle
git clone https://github.com/SuneelFreimuth/vim-gemtext.git

With Vundle:

Plugin 'SuneelFreimuth/vim-gemtext'