return { { "olrtg/nvim-emmet", config = function() vim.keymap.set({ "n", "v" }, "xe", require("nvim-emmet").wrap_with_abbreviation) end, ft = { "html", "css", "scss", "vue" }, }, }