neovim: enable emmet for svelte files

This commit is contained in:
2026-02-20 00:08:09 +03:00
parent 75e6b5f299
commit 292c18fbd7

View File

@@ -118,6 +118,7 @@ vim.lsp.config.emmet_ls = {
"typescript",
"typescript.tsx",
"typescriptreact",
"svelte"
},
root_markers = { "package.json", ".git", vim.uv.cwd() },
}