carlhuda / janus

Vim distribution
7.88k stars 814 forks source link

Emmet? #630

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi, how do I integrate emmet with janus?

lucasprag commented 9 years ago

@andysaini I think you have to use the https://github.com/mattn/emmet-vim . There are some instructions of how to add plugins in the customization area in the janus readme: https://github.com/carlhuda/janus#customization

It helped you?

ghost commented 9 years ago

@Lucasosf I've installed emmet by cloning it into my .janus directory, but it(?) carries out some false completions. For ex if I press after writing say, andy, it'll complete it to _(underscore depicts cursor position). I think it's conflicting with the snipmate snippets already in place..

ghost commented 9 years ago

Tried removing and re-installing emmet, now it has stopped working altogether.

kalbasit commented 9 years ago

Try disabling snipmate, perhaps they are not intended to work together.

ghost commented 9 years ago

Hmm, closing this, for now!