![GitHub release (latest by date)](https://img.shields.io/github/v/release/MasFlam/jlabbrev) # jlabbrev The package `jlabbrev` adds all the tab-completions from the Julia prompt that are LaTeX symbol names. There are currently **`2496`** abbreviations on the list. Refer to the documentation page [Unicode Input](https://docs.julialang.org/en/v1/manual/unicode-input) of Julia if you want to get the full list. If all goes well, all non-emoji completions from there should be supported by the plugin. # Features Writing `\` and hitting `` will do one of the following: * If `` is one of the supported abbreviations, the whole sequence gets replaced with the corresponding symbol(s). * If `` if a prefix of an abbreviation, autocompletion suggestion takes place * Otherwise, the tab will be inserted # Installation Until the plugin gets onto [the official plugin channel](https://github.com/micro-editor/plugin-channel), the you can install it by `cd`ing into your `~/.config/micro/plug` and `git clone`ing this repository. If jlabbrev ever gets onto the official plugin channel, the way to install it will be running `micro -plugin install jlabbrev`.