From 112a214e1128f05f1772b3558d748d6ba5153722 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 26 Apr 2024 09:02:16 +0200 Subject: [PATCH] html: unset the textwidth for html filetype Co-Authored-by: iGor milhit --- after/ftplugin/html.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 after/ftplugin/html.lua 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