mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
18 lines
323 B
Lua
18 lines
323 B
Lua
return {
|
|
"andrewferrier/wrapping.nvim",
|
|
event = { 'BufReadPre', 'BufNewFile' },
|
|
opts = {
|
|
auto_set_mode_filetype_allowlist = {
|
|
"asciidoc",
|
|
"gitcommit",
|
|
"latex",
|
|
"markdown",
|
|
"tex",
|
|
"text"
|
|
},
|
|
softener = {
|
|
markdown = 1.3
|
|
},
|
|
},
|
|
}
|