neovim/after/ftplugin/html.lua

5 lines
85 B
Lua
Raw Normal View History

-- Specific settings for HTML files
-- No limit to text_width
vim.o.textwidth = 0