2

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?

Phil Dukhov
  • 67,741
  • 15
  • 184
  • 220
Chetan
  • 46,743
  • 31
  • 106
  • 145
  • Haha, I decided that it's better if I just choose pure vim or emacs, so I can get all the functionality of it (scripts and such). I chose vim :) – Chetan Sep 24 '10 at 18:17

2 Answers2

3

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
  • 7,926
  • 3
  • 27
  • 38
2

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

JSON
  • 4,487
  • 22
  • 26