Note
If you have an idea of a possible feature, let me know with an issue.
- Wrap in normal, visual and visual block mode with emmet abbreviation.
Warning
This plugin requires emmet-language-server (v2.2.0 and above) so make sure you have it setup correctly first.
{
"olrtg/nvim-emmet",
config = function()
vim.keymap.set({ "n", "v" }, '<leader>xe', require('nvim-emmet').wrap_with_abbreviation)
end,
},