views:

71

answers:

2

I'm using viper-mode in emacs, and I'd like to use the Vim-LaTeX plugin with it (http://vim-latex.sourceforge.net/index.php). How do I install the plugin to use in viper-mode?

+2  A: 

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 :)

sleepynate
+1  A: 

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

JSON