Vim LatexSuite missing features
by phimuemue
Since Emacs needs quite an amount of time to start, I decided to give vim a try and am quite happy with it. However, I missed a feature that I appreciated since I came to know it in AucTeX: Showing and browsing the table of contents. So, I implemented a basic table of contents myself.
You can simply copy this to your plugins folder (usually ~/.vim/plugin), and then call :TOC from within an opened tex-file. Moreover, this script enables automatic recognition of custom commands.
For both provided features, the whole document is scanned for sectioning commands and for newcommand-commands.