Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 819 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 819 Bytes

tex-conceal.vim

This plugin extends the Conceal feature of Vim for LaTeX.

Without conceal

With conceal

With conceal and this plugin

Output

Instllation

Plugin 'KeitaNakamura/tex-conceal.vim'                 " for Vundle
or
Plug   'KeitaNakamura/tex-conceal.vim', {'for': 'tex'} " for VimPlug

Recommend settings

set conceallevel=2
let g:tex_conceal="abdgm"