diff --git a/nvim/lua/user/plugins/lang/html.lua b/nvim/lua/user/plugins/lang/html.lua
index 1fe974c..f3580c8 100644
--- a/nvim/lua/user/plugins/lang/html.lua
+++ b/nvim/lua/user/plugins/lang/html.lua
@@ -5,6 +5,16 @@ return {
ensure_installed = { "html" }
}
},
+ {
+ "neovim/nvim-lspconfig",
+ opts = {
+ servers = {
+ html = {
+ filetypes = {"html", "templ", "blade" }
+ }
+ }
+ }
+ },
{
"windwp/nvim-ts-autotag",
optional = true,