style: Format

This commit is contained in:
punkfairie 2025-03-16 17:01:02 -07:00
parent 631c9cb19d
commit 685d4df3cc
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -2,7 +2,12 @@ return {
{
'nvim-emmet',
keys = {
{ '<LEADER>xe', mode = { 'n', 'v' }, require('nvim-emmet').wrap_with_abbreviation, desc = 'Wrap with Emmet abbr' },
{
'<LEADER>xe',
mode = { 'n', 'v' },
require('nvim-emmet').wrap_with_abbreviation,
desc = 'Wrap with Emmet abbr',
},
},
ft = { 'html', 'css', 'scss', 'vue', 'blade' },
},