Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.44 KB

hoon-runes.vim

Vim help file for Hoon Runes in disguise of a plugin.

Installation

Using vim-plug:

Plug 'matthiasschaub/hoon-runes.vim', { 'branch': 'main' }

Usage

Run the help command with the Rune:

:help $=

Or run the help command with the pronounceable name of the Rune:

:help buctis

drawing

Limitation

All runes containing * or | can not be help tags because those symbols (tar and bar) are used to define tags and link to tags in Vimdoc. For example :help |= will not work. Use help buctis instead.

About

The content is based on the docs.urbit.org repository. The only changes made to the content has been the removal of markdown links and reformatting of custom From/Syntax tables. The syntax has been changed from markdown to Vim helptext (Vimdoc) with decipher.

See also hoon-stdlib.vim.

Reach out to ~talfus-laddus on Urbit for anything related to this plugin.

Vimdoc / Vim helpfile Resources