DanielAndreasen / vim-tex-fold

File type plugin for folding TeX files

Home Page:http://www.vim.org/scripts/script.php?script_id=4702

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tex-fold

A light-weight alternative to vim-latexsuite's folding. It uses a simple foldexpr to capture \sections, \subsections and blocks defined with \begin and \end. However, you are not limited to the foldexpr method and can still define manual markers, e.g.

%{{{ Packages
\usepackage{hyperref}
%}}}

To customize vim-tex-fold, have a look at the options.

Installation

vim-tex-fold is compatible with all major plugin managers. To install it with Vundle, add

Bundle 'matze/vim-tex-fold'

to your .vimrc

License

This plugin is licensed under MIT license.

Screenshot

Screenshot showing an open section and two environments

About

File type plugin for folding TeX files

http://www.vim.org/scripts/script.php?script_id=4702

License:MIT License


Languages

Language:Vim Script 100.0%