Add Vimtex for Latex support (#512)

* Add vimtex plugin

Vimtex provides a full integration for latex files, see: https://github.com/lervag/vimtex.
Zathura is used as default pdf viewer as it allows live reloading.

* Provide the <leader>L shortcut for Latex operations.

* Move vimtex into the extra plugins section

Add a short comment above extra plugins to introduce their functionality

* Only define whcihKey mapping for Vimtex if O.extras is true

Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
This commit is contained in:
Luc Sinet 2021-06-26 20:18:14 +02:00 committed by GitHub
parent 1c869402c1
commit 15d194ce09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 45 additions and 2 deletions

View file

@ -31,6 +31,7 @@ if O.extras then
require('lv-colorizer')
require('lv-spectre')
require('lv-symbols-outline')
require('lv-vimtex')
end