EMMET-COMPE Glue between emmet-vim, and nvim-compe that allows for emmet completion in html files. Requirements Neovim emmet-vim nvim-compe Installation Using Vim-Plug Plug 'hrsh7th/nvim-compe' Plug 'mattn/emmet-vim' Configuration require'compe'.setup { source = { emmet = true } }