style: Format
This commit is contained in:
parent
631c9cb19d
commit
685d4df3cc
1 changed files with 6 additions and 1 deletions
|
@ -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' },
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue