warrenalphonso / vim-conceal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to make Vim conceal, but want to use its features on all filetypes so it works on Markdown with MathJax

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"

About

License:MIT License


Languages

Language:Vim Script 97.4%Language:TeX 2.6%