15 lines
237 B
Lua
15 lines
237 B
Lua
|
opts = {
|
||
|
auto_set_mode_filetype_allowlist = {
|
||
|
"asciidoc",
|
||
|
"gitcommit",
|
||
|
"html",
|
||
|
"latex",
|
||
|
"mail",
|
||
|
"markdown",
|
||
|
"rst",
|
||
|
"tex",
|
||
|
"text",
|
||
|
},
|
||
|
soft_wrap = true,
|
||
|
}
|