These features are supported in {neo,}vim only.
Copy the required vim plugins to
~/.vim/after/syntax/
(vim)~/.config/nvim/after/syntax/
(neovim)
# the rust plugin for example:
mkdir -p ~/.vim/after/syntax
cp ligature_plugins/rust.vim ~/.vim/after/syntax/
If you have set conceallevel=0
in your vimrc
, remove it.
Big thanks to romeovs for creating the haskell plugin and the idea of ligatures via conceals.