What I did for LaTeX a while ago was write a plugin and a script that'd compile latex in the background, and then remotely update an instance of xpdf to refresh with the newest file. It's a workaround, but it works well without messing with vim itself.
P! On 24 December 2013 16:45, Marc Weber <[email protected]> wrote: > About Vim vs Emacs (latex-preview mode): There is a third option: Lyx. > > About debugging: vim-addon-async based debugging is available for > PHP/Ruby/python pdb. > plugin names: > github.com/MarcWeber/vim-addon-{xdebug,rdebug,rdebug-ide,python-pdb} > > The python plugin might be incomplete, at least stepping should work, > you can enter pdb commands at the python process window (see > vim-addon-async). > > They are not perfect, but could give you some idea what needs to be > done to have a VimL only solution. Some features are not implemented > yet. > > Again: use the best tool for a job, thus consider using emacs for > debugging if none of the plugins suite your needs. > Here are some tips to look for plugins (I guess you know about them) > http://vim-wiki.mawercer.de/wiki/topic/finding-a-vim-plugin.html > > Marc Weber > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- Français, English, 日本語, 한국어 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
