html: unset the textwidth for html filetype

Co-Authored-by: iGor milhit <igor@milhit.ch>
kickstart
iGor milhit 2024-04-26 09:02:16 +02:00
parent e88e14a2d4
commit ece93842f9
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- Specific settings for HTML files
-- No limit to text_width
vim.o.textwidth = 0