mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Updated plugin lazy configs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user