mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-02-20 23:28:03 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
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
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 \<abbrev> and hitting <tab> will do one of the following:
- If
<abbrev>is one of the supported abbreviations, the whole sequence gets replaced with the corresponding symbol(s). - If
<abbrev>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,
the you can install it by cding into your ~/.config/micro/plug
and git cloneing this repository.
If jlabbrev ever gets onto the official plugin channel, the way
to install it will be running micro -plugin install jlabbrev.