mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 04:51:04 +00:00
Fix emmet vim on eruby
This commit is contained in:
parent
104b8d952d
commit
72908fe37b
1 changed files with 10 additions and 1 deletions
|
|
@ -1 +1,10 @@
|
||||||
return { "mattn/emmet-vim" }
|
return {
|
||||||
|
"mattn/emmet-vim",
|
||||||
|
init = function()
|
||||||
|
vim.g.user_emmet_settings = {
|
||||||
|
eruby = {
|
||||||
|
extends = "html",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue