feat: Rearranges nvim configuration

This commit is contained in:
2024-12-20 08:10:53 -05:00
parent ee7854eafc
commit b78fb64bd3
33 changed files with 5 additions and 224 deletions

View File

@@ -0,0 +1,17 @@
return {
"andrewferrier/wrapping.nvim",
event = { 'BufReadPre', 'BufNewFile' },
opts = {
auto_set_mode_filetype_allowlist = {
"asciidoc",
"gitcommit",
"latex",
"markdown",
"tex",
"text"
},
softener = {
markdown = 1.3
},
},
}