Files
dotfiles/nvim/m-housh/lua/user/plugin/wrapping.lua
2023-10-06 17:57:28 -04:00

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
},
},
}