tall, condensed bitmap font for geeks
1# Ligature and Unicode substitution
2
3These features are supported in {neo,}vim only.
4
5### Installation
6
7Copy the required vim plugins to
8
9 - `~/.vim/after/syntax/` (vim)
10 - `~/.config/nvim/after/syntax/` (neovim)
11
12 ```shell
13# the rust plugin for example:
14mkdir -p ~/.vim/after/syntax
15cp ligature_plugins/rust.vim ~/.vim/after/syntax/
16 ```
17
18If you have `set conceallevel=0` in your `vimrc`, remove it.
19
20Big thanks to [romeovs](https://github.com/romeovs/) for
21creating the haskell plugin and the idea of ligatures via
22conceals.