aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/html.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/html.lua')
-rw-r--r--lsp/html.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/html.lua b/lsp/html.lua
index 2ef030bc..d28f3170 100644
--- a/lsp/html.lua
+++ b/lsp/html.lua
@@ -27,6 +27,7 @@ return {
cmd = { 'vscode-html-language-server', '--stdio' },
filetypes = { 'html' },
root_markers = { 'package.json', '.git' },
+ ---@type lspconfig.settings.html
settings = {},
init_options = {
provideFormatter = true,