feat(vim): get emmet to load for erb files
This commit is contained in:
parent
6ba17a7e36
commit
5103be7421
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ end
|
|||
lspconfig.emmet_ls.setup({
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
filetypes = { 'html', 'typescriptreact', 'javascriptreact', 'css', 'scss' },
|
||||
filetypes = { 'html', 'typescriptreact', 'javascriptreact', 'css', 'scss', 'eruby' },
|
||||
init_options = {
|
||||
usePlaceholders = true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue