diff --git a/after/ftplugin/html.lua b/after/ftplugin/html.lua
new file mode 100644
index 0000000..80027ce
--- /dev/null
+++ b/after/ftplugin/html.lua
@@ -0,0 +1,4 @@
+-- Specific settings for HTML files
+-- No limit to text_width
+
+vim.o.textwidth = 0