How to install Vim scripts / plugins using viper-mode in emacs

561 Views Asked by At

I'm using viper-mode in emacs, and I'd like to use the Vim-LaTeX plugin with it.

How do I install the plugin to use in viper-mode?

2

There are 2 best solutions below

0
On BEST ANSWER

As far as I know, viper mode is an emulation of common vim functionality in emacs. It is not an implementation of vim. Therefore, I don't think it has the ability to use vim's plugins. A quick perusal of the source code doesn't seem to show any signs either. You may just have to break down and use vim :)

0
On

Use the Emacs equivalent of that plugin, which in the case of vim-latex is probably AUCTeX.