neovim: enable emmet for svelte files
This commit is contained in:
@@ -118,6 +118,7 @@ vim.lsp.config.emmet_ls = {
|
|||||||
"typescript",
|
"typescript",
|
||||||
"typescript.tsx",
|
"typescript.tsx",
|
||||||
"typescriptreact",
|
"typescriptreact",
|
||||||
|
"svelte"
|
||||||
},
|
},
|
||||||
root_markers = { "package.json", ".git", vim.uv.cwd() },
|
root_markers = { "package.json", ".git", vim.uv.cwd() },
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user