From e9068beef5a80bdb977c0c974d61e15644a65423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Mon, 19 Oct 2015 20:58:14 +0200 Subject: [PATCH] Updated feature list in docs and readme --- README.md | 5 +++-- doc/vimtex.txt | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ead49ac..512d018 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,15 @@ disabled if desired. - Toggle between e.g. `()` and `\left(\right)` with `tsd` - Close the current environment in insert mode with `]]` - Insert new command with `` +- Improved folding (`:h 'foldexpr'`) +- Improved indentation (`:h 'indentexpr'`) - Improved syntax highlighting - Highlight matching delimiters - Support for `biblatex`/`natbib` package - Support for `cleveref` package - Support for `listings` package + - Support for `minted` package - 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 vimtex`). diff --git a/doc/vimtex.txt b/doc/vimtex.txt index 143c116..5823f07 100644 --- a/doc/vimtex.txt +++ b/doc/vimtex.txt @@ -73,7 +73,13 @@ Feature overview~ *vimtex-features* - 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 - Document navigation through - table of content @@ -100,6 +106,7 @@ Feature overview~ - Support for `biblatex`/`natbib` package - Support for `cleveref` package - Support for `listings` package + - Support for `minted` package - Support for `dot2tex` with nested syntax highlighting ------------------------------------------------------------------------------