2024-06-22 18:40:50 +00:00
|
|
|
local opts = {
|
2023-10-21 13:05:20 +00:00
|
|
|
auto_set_mode_filetype_allowlist = {
|
|
|
|
"asciidoc",
|
|
|
|
"gitcommit",
|
|
|
|
"html",
|
|
|
|
"latex",
|
|
|
|
"mail",
|
|
|
|
"markdown",
|
|
|
|
"rst",
|
|
|
|
"tex",
|
|
|
|
"text",
|
|
|
|
},
|
|
|
|
soft_wrap = true,
|
|
|
|
}
|
2024-06-22 18:40:50 +00:00
|
|
|
|
|
|
|
require("wrapping").setup(opts)
|