Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 505 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 505 Bytes

vim-conceal-python

Render ligatures in place of some operators with vim conceal.

Replaces a few operators in python with unicode symbols in *vim. This plugin is for minimal replacements similar to what a font with ligatures would do. For more replacements, consider using this plugin instead.

Replaced Operators

==, !=, <=, >=, <<, >>

Installation

Place python.vim into ~/.vim/after/syntax or ~/.config/nvim/after/syntax or use a plugin manager.