mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Fixed .gitignore
This commit is contained in:
20
nvim/m-housh/lua/user/plugin/wrapping.lua
Normal file
20
nvim/m-housh/lua/user/plugin/wrapping.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
return {
|
||||
"andrewferrier/wrapping.nvim",
|
||||
opts = {
|
||||
auto_set_mode_filetype_allowlist = {
|
||||
"asciidoc",
|
||||
"gitcommit",
|
||||
"latex",
|
||||
"markdown",
|
||||
"tex",
|
||||
"text"
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
require("wrapping").setup({
|
||||
softener = {
|
||||
markdown = 1.3
|
||||
},
|
||||
})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user