Updated feature list in docs and readme

This commit is contained in:
Karl Yngve Lervåg 2015-10-19 20:58:14 +02:00
parent 8bf2661ee7
commit e9068beef5
2 changed files with 11 additions and 3 deletions

View File

@ -39,14 +39,15 @@ disabled if desired.
- Toggle between e.g. `()` and `\left(\right)` with `tsd` - Toggle between e.g. `()` and `\left(\right)` with `tsd`
- Close the current environment in insert mode with `]]` - Close the current environment in insert mode with `]]`
- Insert new command with `<F7>` - Insert new command with `<F7>`
- Improved folding (`:h 'foldexpr'`)
- Improved indentation (`:h 'indentexpr'`)
- Improved syntax highlighting - Improved syntax highlighting
- Highlight matching delimiters - Highlight matching delimiters
- Support for `biblatex`/`natbib` package - Support for `biblatex`/`natbib` package
- Support for `cleveref` package - Support for `cleveref` package
- Support for `listings` package - Support for `listings` package
- Support for `minted` package
- Support for `dot2tex` with nested syntax highlighting - Support for `dot2tex` with nested syntax highlighting
- Improved folding (`:h 'foldexpr'`)
- Improved indentation (`:h 'indentexpr'`)
See the documentation for a more thorough introduction of the plugin (e.g. `:h See the documentation for a more thorough introduction of the plugin (e.g. `:h
vimtex`). vimtex`).

View File

@ -73,7 +73,13 @@ Feature overview~
*vimtex-features* *vimtex-features*
- Document compilation with `latexmk` - Document compilation with `latexmk`
- Forward search with several PDF viewers - Support for several PDF viewers with forward search
- `MuPDF`
- `Zathura`
- `Okular`
- `qpdfview`
- `SumatraPDF`
- Other viewers are supported through a general interface
- Completion of citations and labels - Completion of citations and labels
- Document navigation through - Document navigation through
- table of content - table of content
@ -100,6 +106,7 @@ Feature overview~
- Support for `biblatex`/`natbib` package - Support for `biblatex`/`natbib` package
- Support for `cleveref` package - Support for `cleveref` package
- Support for `listings` package - Support for `listings` package
- Support for `minted` package
- Support for `dot2tex` with nested syntax highlighting - Support for `dot2tex` with nested syntax highlighting
------------------------------------------------------------------------------ ------------------------------------------------------------------------------