[ 源代码: vim-voom ]
软件包:vim-voom(5.3-8)
Vim two-pane outliner
VOoM (Vim Outliner of Markups) is a plugin for Vim that emulates a two-pane text outlineer.
The following markup modes are available:
- fmr(Default Mode) -- Start fold markers with levels: {{{1, {{{2, {{{3, etc. Headline text is before the marker. - fmr1, fmr2 fmr3 -- start fold markers with levels. Variations of the default mode. - wiki -- MediaWiki, headlines are surrounded by '='; - vimwiki -- vimwiki plugin - viki -- Viki/Deplate plugin - dokuwiki -- DokuWiki; - org -- Emacs Org-mode; - rest -- reStructuredText section titles; - markdown -- Markdown headers, both Setext-style and Atx-style; - pandoc -- Pandoc Markdown; - hashes -- #, ##, ###, etc. (Atx-style headers, a subset of Markdown format); - txt2tags -- txt2tags titles and numbered titles; - asciidoc -- AsciiDoc document and section titles, both styles; - latex -- LaTeX sectioning and some other commands; - latexDtx -- Same as LaTeX but for .dtx files (Documented LaTeX sources). - taskpaper -- TaskPaper - thevimoutliner -- The Vim Outliner plugin - vimoutliner -- VimOutliner plugin - cwiki - inverseAtx -- inverse Atx-style headers; - html -- HTML heading tags, single line only; - python -- Python code browser, blocks between 'class' and 'def' are also nodes. - paragraphBlank, paragraphIndent, paragraphNoIndent -- For working with paragraphs. Handy for sorting blocks of lines.
其他与 vim-voom 有关的软件包
|
|
|
|
-
- dep: vim-athena
- Vi IMproved - enhanced vi editor (dummy package)
- 或者 vim-gtk3
- Vi 增强版 - 增强的 vi 编辑器 - GTK3 图形界面版本
- 或者 vim-nox
- Vi IMproved - enhanced vi editor - with scripting languages support
- 或者 python3-pynvim
- Python3 library for scripting Neovim processes through its msgpack-rpc API