summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorLuc Sinet <[email protected]>2021-06-26 20:18:14 +0200
committerGitHub <[email protected]>2021-06-26 14:18:14 -0400
commit15d194ce0982f270a56807b06572e9c55233bce6 (patch)
tree6f345debf8327e7f57622007d621919e7eb132d1 /init.lua
parent1c869402c1413341fead39d5aa3688b25cffe4f1 (diff)
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 <[email protected]>
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 714714d3..2ef7203d 100644
--- a/init.lua
+++ b/init.lua
@@ -31,6 +31,7 @@ if O.extras then
require('lv-colorizer')
require('lv-spectre')
require('lv-symbols-outline')
+ require('lv-vimtex')
end