From e4041acb6f6a327d2b242612e414ff4f85c93e7a Mon Sep 17 00:00:00 2001 From: jabuxas Date: Mon, 27 Jan 2025 13:18:11 -0300 Subject: [PATCH] fix: add html lsp formatting to php files --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 777a8e1..29a1353 100644 --- a/init.lua +++ b/init.lua @@ -362,7 +362,7 @@ local servers = { } }, }, - html = { provideFormatter = false, filetypes = {"html", "htmldjango"} }, + html = { provideFormatter = false, filetypes = {"html", "htmldjango", "php"} }, cssls = {}, pyright = { settings = {