This commit is contained in:
Belal Elsabbagh
2025-11-11 22:09:44 +02:00
parent b65ce36d2a
commit 16a3109430
12 changed files with 178 additions and 56 deletions

View File

@@ -0,0 +1,21 @@
return {
cmd = { 'emmet-language-server', '--stdio' },
filetypes = {
'astro',
'css',
'eruby',
'html',
'htmlangular',
'htmldjango',
'javascriptreact',
'less',
'pug',
'sass',
'scss',
'svelte',
'templ',
'typescriptreact',
'vue',
},
root_markers = { '.git' },
}