aboutsummaryrefslogtreecommitdiff
path: root/lsp/html.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/html.lua')
-rw-r--r--lsp/html.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lsp/html.lua b/lsp/html.lua
new file mode 100644
index 0000000..5b322b1
--- /dev/null
+++ b/lsp/html.lua
@@ -0,0 +1,4 @@
+return {
+ cmd = { "vscode-html-language-server", "--stdio" },
+ filetypes = { "html" }
+} \ No newline at end of file