Updated plugin lazy configs

This commit is contained in:
Michael Housh
2023-10-06 17:57:25 -04:00
parent 3fcb57d090
commit ce99e7dd76
7 changed files with 13 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
return {
"andrewferrier/wrapping.nvim",
event = { 'BufReadPre', 'BufNewFile' },
opts = {
auto_set_mode_filetype_allowlist = {
"asciidoc",
@@ -9,12 +10,8 @@ return {
"tex",
"text"
},
softener = {
markdown = 1.3
},
},
config = function()
require("wrapping").setup({
softener = {
markdown = 1.3
},
})
end
}