aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/html.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/html.lua')
-rw-r--r--lsp/html.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/html.lua b/lsp/html.lua
index 2b53d324..2ef030bc 100644
--- a/lsp/html.lua
+++ b/lsp/html.lua
@@ -25,7 +25,7 @@
---@type vim.lsp.Config
return {
cmd = { 'vscode-html-language-server', '--stdio' },
- filetypes = { 'html', 'templ' },
+ filetypes = { 'html' },
root_markers = { 'package.json', '.git' },
settings = {},
init_options = {