quicktex
quicktex copied to clipboard
A vim plugin for writing Latex quickly.
I like the idea of a minimal plugin like `quicktex` for writing `LaTeX`-code within vim a lot - but I have to admit that I'm having troubles with it. I...
I installed quicktex with vundle, but I can't get the expansion to trigger in a .tex file. So far, I have tried both with and without the README.md dictionaries in...
Your plug-in seems very promising. I think however that a cheatsheet (especially for none native speakers) will be necessary to learn the plug-in. I used some auto formatting via vim...
Lazily loading `quicktex` with a custom `ftplugin` configuration works via `lazy.nvim` using the following configuration, provided you have put your custom configuration under `~/.config/nvim/after/ftplugin/...`: ```lua { 'brennier/quicktex', lazy = true,...