ervandew / supertab

Perform all your vim insert mode completions with Tab
3.17k stars 216 forks source link

Chain emmet.vim #176

Closed langolf closed 7 years ago

langolf commented 7 years ago

Is it possible to chain emmet first before omni?

ervandew commented 7 years ago

They seem to use their own keybindings and don't appear to be hooked into vim's completion mechanism, so I don't think supertab would support chaining with emmet as is. However, it may be possible to write some custom code to have the two play well together, though I can't say for sure.