mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Rearranges nvim configuration
This commit is contained in:
17
nvim/m-housh/lua/plugins/wrapping.lua
Executable file
17
nvim/m-housh/lua/plugins/wrapping.lua
Executable 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
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user