Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 527 Bytes

Ligature and Unicode substitution

These features are supported in {neo,}vim only.

Installation

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 if your vimrc, remove it.

Big thanks to romeovs for creating the haskell plugin and the idea of ligatures via conceals.