mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
10 lines
150 B
Lua
10 lines
150 B
Lua
return {
|
|
"mattn/emmet-vim",
|
|
init = function()
|
|
vim.g.user_emmet_settings = {
|
|
eruby = {
|
|
extends = "html",
|
|
},
|
|
}
|
|
end,
|
|
}
|