Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-10 | refactor tex to use ftplugin only | christianchiarulli | |
2021-07-07 | more lazy load be careful | christianchiarulli | |
2021-07-04 | start formatting rules | Rafael | |
2021-06-26 | Add Vimtex for Latex support (#512) | Luc Sinet | |
* 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]> |